#66D3D4

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

Shades of Turquoise Blue #66D3D4

Tints of Turquoise Blue #66D3D4

Color information

#66D3D4 (or 0x66D3D4) is unknown color: approx Turquoise Blue. HEX triplet: 66, D3 and D4. RGB value is (102,211,212). Sum of RGB (Red+Green+Blue) = 102+211+212=525 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.43% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 212 - color contains mainly: blue. Hex color #66D3D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D3D4 is #992C2B. Grayscale: #B2B2B2. Windows color (decimal): -10038316 or 13947750. OLE color: 13947750.

HSL color Cylindrical-coordinate representation of color #66D3D4: hue angle of 180.55º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D3D4 is Cyan = 0.52, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB102211212-
CMYK0.520.0000.17
HSL180.55º56.12%61.57%-
HSV(B)180.55º51.89%83.14%-
XYZ40.6654.1770.6-
YUV178.52146.8973.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.43%
GREEN value IS 211 (82.81% from 255) = 40.19%
BLUE value IS 212 (83.20% from 255) = 40.38%
R=19.43%
G=40.19%
B=40.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1022112120.520.0000.17180.5556.1261.57
Hex66D3D4340011b5383e
Octal1463233246400212657076
Binary11001101101001111010100110100001000110110101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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