#66DADE

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

Shades of Turquoise Blue #66DADE

Tints of Turquoise Blue #66DADE

Color information

#66DADE (or 0x66DADE) is unknown color: approx Turquoise Blue. HEX triplet: 66, DA and DE. RGB value is (102,218,222). Sum of RGB (Red+Green+Blue) = 102+218+222=542 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.82% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #66DADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DADE is #992521. Grayscale: #B7B7B7. Windows color (decimal): -10036514 or 14604902. OLE color: 14604902.

HSL color Cylindrical-coordinate representation of color #66DADE: hue angle of 182º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DADE is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB102218222-
CMYK0.540.0200.13
HSL182º64.52%63.53%-
HSV(B)182º54.05%87.06%-
XYZ43.7458.2478.04-
YUV183.77149.5769.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.82%
GREEN value IS 218 (85.55% from 255) = 40.22%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=18.82%
G=40.22%
B=40.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1022182220.540.0200.1318264.5263.53
Hex66DADE3620Db64140
Octal146332336662015266101100
Binary1100110110110101101111011011010011011011011010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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