#66DBFF

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

Shades of Turquoise Blue #66DBFF

Tints of Turquoise Blue #66DBFF

Color information

#66DBFF (or 0x66DBFF) is unknown color: approx Turquoise Blue. HEX triplet: 66, DB and FF. RGB value is (102,219,255). Sum of RGB (Red+Green+Blue) = 102+219+255=576 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.71% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #66DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DBFF is #992400. Grayscale: #BBBBBB. Windows color (decimal): -10036225 or 16767846. OLE color: 16767846.

HSL color Cylindrical-coordinate representation of color #66DBFF: hue angle of 194.12º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66DBFF is Cyan = 0.6, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB102219255-
CMYK0.60.1400
HSL194.12º100%70%-
HSV(B)194.12º60%100%-
XYZ48.8660.71103.75-
YUV188.12165.7466.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.71%
GREEN value IS 219 (85.94% from 255) = 38.02%
BLUE value IS 255 (100% from 255) = 44.27%
R=17.71%
G=38.02%
B=44.27%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022192550.60.1400194.1210070
Hex66DBFF3CE00c26446
Octal146333377741600302144106
Binary110011011011011111111111111001110001100001011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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