#66D6D7

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

Shades of Turquoise Blue #66D6D7

Tints of Turquoise Blue #66D6D7

Color information

#66D6D7 (or 0x66D6D7) is unknown color: approx Turquoise Blue. HEX triplet: 66, D6 and D7. RGB value is (102,214,215). Sum of RGB (Red+Green+Blue) = 102+214+215=531 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.21% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 215 (84.38% from 255 or 40.49% from 531); Max value from RGB is 215 - color contains mainly: blue. Hex color #66D6D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D6D7 is #992928. Grayscale: #B4B4B4. Windows color (decimal): -10037545 or 14145126. OLE color: 14145126.

HSL color Cylindrical-coordinate representation of color #66D6D7: hue angle of 180.53º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D6D7 is Cyan = 0.53, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB102214215-
CMYK0.530.0000.16
HSL180.53º58.55%62.16%-
HSV(B)180.53º52.56%84.31%-
XYZ41.7955.8272.86-
YUV180.63147.3971.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.21%
GREEN value IS 214 (83.98% from 255) = 40.30%
BLUE value IS 215 (84.38% from 255) = 40.49%
R=19.21%
G=40.30%
B=40.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1022142150.530.0000.16180.5358.5562.16
Hex66D6D7350010b53b3e
Octal1463263276500202657376
Binary11001101101011011010111110101001000010110101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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