#66D8FF

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

Shades of Turquoise Blue #66D8FF

Tints of Turquoise Blue #66D8FF

Color information

#66D8FF (or 0x66D8FF) is unknown color: approx Turquoise Blue. HEX triplet: 66, D8 and FF. RGB value is (102,216,255). Sum of RGB (Red+Green+Blue) = 102+216+255=573 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.80% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #66D8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D8FF is #992700. Grayscale: #BABABA. Windows color (decimal): -10036993 or 16767078. OLE color: 16767078.

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

Color convert

RGB102216255-
CMYK0.60.1500
HSL195.29º100%70%-
HSV(B)195.29º60%100%-
XYZ48.0959.16103.49-
YUV186.36166.7367.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.80%
GREEN value IS 216 (84.77% from 255) = 37.70%
BLUE value IS 255 (100% from 255) = 44.50%
R=17.80%
G=37.70%
B=44.50%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022162550.60.1500195.2910070
Hex66D8FF3CF00c36446
Octal146330377741700303144106
Binary110011011011000111111111111001111001100001111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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