#66D7FA

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

Shades of Turquoise Blue #66D7FA

Tints of Turquoise Blue #66D7FA

Color information

#66D7FA (or 0x66D7FA) is unknown color: approx Turquoise Blue. HEX triplet: 66, D7 and FA. RGB value is (102,215,250). Sum of RGB (Red+Green+Blue) = 102+215+250=567 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.99% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #66D7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D7FA is #992805. Grayscale: #B8B8B8. Windows color (decimal): -10037254 or 16439142. OLE color: 16439142.

HSL color Cylindrical-coordinate representation of color #66D7FA: hue angle of 194.19º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66D7FA is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB102215250-
CMYK0.590.1400.02
HSL194.19º93.67%69.02%-
HSV(B)194.19º59.2%98.04%-
XYZ47.0458.3399.22-
YUV185.2164.5668.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.99%
GREEN value IS 215 (84.38% from 255) = 37.92%
BLUE value IS 250 (98.05% from 255) = 44.09%
R=17.99%
G=37.92%
B=44.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1022152500.590.1400.02194.1993.6769.02
Hex66D7FA3BE02c25e45
Octal146327372731602302136105
Binary1100110110101111111101011101111100101100001010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,215,250); }

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

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

 a { background-color: rgb(102,215,250); }

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

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

 span { border-color: rgb(102,215,250); }

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