#66D7E1

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

Shades of Turquoise Blue #66D7E1

Tints of Turquoise Blue #66D7E1

Color information

#66D7E1 (or 0x66D7E1) is unknown color: approx Turquoise Blue. HEX triplet: 66, D7 and E1. RGB value is (102,215,225). Sum of RGB (Red+Green+Blue) = 102+215+225=542 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.82% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 225 - color contains mainly: blue. Hex color #66D7E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D7E1 is #99281E. Grayscale: #B6B6B6. Windows color (decimal): -10037279 or 14800742. OLE color: 14800742.

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

Color convert

RGB102215225-
CMYK0.550.0400.12
HSL184.88º67.21%64.12%-
HSV(B)184.88º54.67%88.24%-
XYZ43.3756.8679.92-
YUV182.35152.0670.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.82%
GREEN value IS 215 (84.38% from 255) = 39.67%
BLUE value IS 225 (88.28% from 255) = 41.51%
R=18.82%
G=39.67%
B=41.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1022152250.550.0400.12184.8867.2164.12
Hex66D7E13740Cb94340
Octal146327341674014271103100
Binary11001101101011111100001110111100011001011100110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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