#66CAD5

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

Shades of Turquoise Blue #66CAD5

Tints of Turquoise Blue #66CAD5

Color information

#66CAD5 (or 0x66CAD5) is unknown color: approx Turquoise Blue. HEX triplet: 66, CA and D5. RGB value is (102,202,213). Sum of RGB (Red+Green+Blue) = 102+202+213=517 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.73% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #66CAD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CAD5 is #99352A. Grayscale: #ADADAD. Windows color (decimal): -10040619 or 14010982. OLE color: 14010982.

HSL color Cylindrical-coordinate representation of color #66CAD5: hue angle of 185.95º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66CAD5 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB102202213-
CMYK0.520.0500.16
HSL185.95º56.92%61.76%-
HSV(B)185.95º52.11%83.53%-
XYZ38.6149.8770.54-
YUV173.35150.3777.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.73%
GREEN value IS 202 (79.30% from 255) = 39.07%
BLUE value IS 213 (83.59% from 255) = 41.20%
R=19.73%
G=39.07%
B=41.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1022022130.520.0500.16185.9556.9261.76
Hex66CAD5345010ba393e
Octal1463123256450202727176
Binary1100110110010101101010111010010101000010111010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,202,213); }

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

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

 a { background-color: rgb(102,202,213); }

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

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

 span { border-color: rgb(102,202,213); }

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