#66D9FF

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

Shades of Turquoise Blue #66D9FF

Tints of Turquoise Blue #66D9FF

Color information

#66D9FF (or 0x66D9FF) is unknown color: approx Turquoise Blue. HEX triplet: 66, D9 and FF. RGB value is (102,217,255). Sum of RGB (Red+Green+Blue) = 102+217+255=574 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.77% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #66D9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D9FF is #992600. Grayscale: #BABABA. Windows color (decimal): -10036737 or 16767334. OLE color: 16767334.

HSL color Cylindrical-coordinate representation of color #66D9FF: hue angle of 194.9º 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 #66D9FF is Cyan = 0.6, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB102217255-
CMYK0.60.1500
HSL194.9º100%70%-
HSV(B)194.9º60%100%-
XYZ48.3459.67103.58-
YUV186.95166.467.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.77%
GREEN value IS 217 (85.16% from 255) = 37.80%
BLUE value IS 255 (100% from 255) = 44.43%
R=17.77%
G=37.80%
B=44.43%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022172550.60.1500194.910070
Hex66D9FF3CF00c36446
Octal146331377741700303144106
Binary110011011011001111111111111001111001100001111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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