#66D4E1

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

Shades of Turquoise Blue #66D4E1

Tints of Turquoise Blue #66D4E1

Color information

#66D4E1 (or 0x66D4E1) is unknown color: approx Turquoise Blue. HEX triplet: 66, D4 and E1. RGB value is (102,212,225). Sum of RGB (Red+Green+Blue) = 102+212+225=539 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.92% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #66D4E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D4E1 is #992B1E. Grayscale: #B4B4B4. Windows color (decimal): -10038047 or 14799974. OLE color: 14799974.

HSL color Cylindrical-coordinate representation of color #66D4E1: hue angle of 186.34º 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 #66D4E1 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB102212225-
CMYK0.550.0600.12
HSL186.34º67.21%64.12%-
HSV(B)186.34º54.67%88.24%-
XYZ42.6155.3579.67-
YUV180.59153.0671.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.92%
GREEN value IS 212 (83.20% from 255) = 39.33%
BLUE value IS 225 (88.28% from 255) = 41.74%
R=18.92%
G=39.33%
B=41.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1022122250.550.0600.12186.3467.2164.12
Hex66D4E13760Cba4340
Octal146324341676014272103100
Binary11001101101010011100001110111110011001011101010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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