#66D9F7

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

Shades of Turquoise Blue #66D9F7

Tints of Turquoise Blue #66D9F7

Color information

#66D9F7 (or 0x66D9F7) is unknown color: approx Turquoise Blue. HEX triplet: 66, D9 and F7. RGB value is (102,217,247). Sum of RGB (Red+Green+Blue) = 102+217+247=566 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.02% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 247 (96.88% from 255 or 43.64% from 566); Max value from RGB is 247 - color contains mainly: blue. Hex color #66D9F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D9F7 is #992608. Grayscale: #B9B9B9. Windows color (decimal): -10036745 or 16243046. OLE color: 16243046.

HSL color Cylindrical-coordinate representation of color #66D9F7: hue angle of 192.41º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66D9F7 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB102217247-
CMYK0.590.1200.03
HSL192.41º90.06%68.43%-
HSV(B)192.41º58.7%96.86%-
XYZ47.0859.1796.93-
YUV186.03162.468.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.02%
GREEN value IS 217 (85.16% from 255) = 38.34%
BLUE value IS 247 (96.88% from 255) = 43.64%
R=18.02%
G=38.34%
B=43.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1022172470.590.1200.03192.4190.0668.43
Hex66D9F73BC03c05a44
Octal146331367731403300132104
Binary1100110110110011111011111101111000111100000010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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