#66DBF3

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

Shades of Turquoise Blue #66DBF3

Tints of Turquoise Blue #66DBF3

Color information

#66DBF3 (or 0x66DBF3) is unknown color: approx Turquoise Blue. HEX triplet: 66, DB and F3. RGB value is (102,219,243). Sum of RGB (Red+Green+Blue) = 102+219+243=564 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.09% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 243 (95.31% from 255 or 43.09% from 564); Max value from RGB is 243 - color contains mainly: blue. Hex color #66DBF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DBF3 is #99240C. Grayscale: #BABABA. Windows color (decimal): -10036237 or 15981414. OLE color: 15981414.

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

Color convert

RGB102219243-
CMYK0.580.1000.05
HSL190.21º85.45%67.65%-
HSV(B)190.21º58.02%95.29%-
XYZ46.9959.9693.89-
YUV186.75159.7467.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.09%
GREEN value IS 219 (85.94% from 255) = 38.83%
BLUE value IS 243 (95.31% from 255) = 43.09%
R=18.09%
G=38.83%
B=43.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1022192430.580.1000.05190.2185.4567.65
Hex66DBF33AA05be5544
Octal146333363721205276125104
Binary11001101101101111110011111010101001011011111010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66DBF3; }

 p { color: rgb(102,219,243); }

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

<style>
 a { background-color: #66DBF3; }

 a { background-color: rgb(102,219,243); }

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

<style>
 span { border-color: #66DBF3; }

 span { border-color: rgb(102,219,243); }

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