#66DADA

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

Shades of Turquoise Blue #66DADA

Tints of Turquoise Blue #66DADA

Color information

#66DADA (or 0x66DADA) is unknown color: approx Turquoise Blue. HEX triplet: 66, DA and DA. RGB value is (102,218,218). Sum of RGB (Red+Green+Blue) = 102+218+218=538 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.96% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #66DADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DADA is #992525. Grayscale: #B7B7B7. Windows color (decimal): -10036518 or 14342758. OLE color: 14342758.

HSL color Cylindrical-coordinate representation of color #66DADA: hue angle of 180º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DADA is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB102218218-
CMYK0.53000.15
HSL180º61.05%62.75%-
HSV(B)180º53.21%85.49%-
XYZ43.2158.0375.25-
YUV183.32147.5770-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.96%
GREEN value IS 218 (85.55% from 255) = 40.52%
BLUE value IS 218 (85.55% from 255) = 40.52%
R=18.96%
G=40.52%
B=40.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022182180.53000.1518061.0562.75
Hex66DADA3500Fb43d3f
Octal1463323326500172647577
Binary1100110110110101101101011010100111110110100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,218,218); }

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

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

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

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

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

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

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