#69e1f3

Color #69E1F3 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #69E1F3

Tints of Turquoise Blue #69E1F3

Color information

#69E1F3 (or 0x69E1F3) is unknown color: approx Turquoise Blue. HEX triplet: 69, E1 and F3. RGB value is (105,225,243). Sum of RGB (Red+Green+Blue) = 105+225+243=573 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.32% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #69E1F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69E1F3 is #961E0C. Grayscale: #BEBEBE. Windows color (decimal): -9838093 or 15982953. OLE color: 15982953.

HSL color Cylindrical-coordinate representation of color #69E1F3: hue angle of 187.83º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69E1F3 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB105225243-
CMYK0.570.0700.05
HSL187.83º85.19%68.24%-
HSV(B)187.83º56.79%95.29%-
XYZ48.9363.3294.44-
YUV191.17157.2466.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 18.32%
GREEN value IS 225 (88.28% from 255) = 39.27%
BLUE value IS 243 (95.31% from 255) = 42.41%
R=18.32%
G=39.27%
B=42.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1052252430.570.0700.05187.8385.1968.24
Hex69E1F339705bc5544
Octal15134136371705274125104
Binary1101001111000011111001111100111101011011110010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69e1f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69e1f3; }

 p { color: rgb(105,225,243); }

 H1.HeaderClassName
 {
   color: #69e1f3;
 }
 .AnyTagClassName
 {
   color: #69e1f3;
 }
</style>
background-color css

<style>
 a { background-color: #69e1f3; }

 a { background-color: rgb(105,225,243); }

 div.DivClassName
 {
   background-color: #69e1f3;
 }
 .BgClassName
 {
   background-color: #69e1f3;
 }
</style>
border-color css

<style>
 span { border-color: #69e1f3; }

 span { border-color: rgb(105,225,243); }

 td.TdClassName
 {
   border-color: #69e1f3;
 }
 .TagClassName
 {
   border-color: #69e1f3;
 }
</style>