#66DAE1

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

Shades of Turquoise Blue #66DAE1

Tints of Turquoise Blue #66DAE1

Color information

#66DAE1 (or 0x66DAE1) is unknown color: approx Turquoise Blue. HEX triplet: 66, DA and E1. RGB value is (102,218,225). Sum of RGB (Red+Green+Blue) = 102+218+225=545 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.72% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 225 (88.28% from 255 or 41.28% from 545); Max value from RGB is 225 - color contains mainly: blue. Hex color #66DAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DAE1 is #99251E. Grayscale: #B7B7B7. Windows color (decimal): -10036511 or 14801510. OLE color: 14801510.

HSL color Cylindrical-coordinate representation of color #66DAE1: hue angle of 183.41º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66DAE1 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB102218225-
CMYK0.550.0300.12
HSL183.41º67.21%64.12%-
HSV(B)183.41º54.67%88.24%-
XYZ44.1458.480.18-
YUV184.11151.0769.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.72%
GREEN value IS 218 (85.55% from 255) = 40%
BLUE value IS 225 (88.28% from 255) = 41.28%
R=18.72%
G=40%
B=41.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1022182250.550.0300.12183.4167.2164.12
Hex66DAE13730Cb74340
Octal146332341673014267103100
Binary1100110110110101110000111011111011001011011110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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