#06D7D2

Color #06D7D2 Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #06D7D2

Tints of Dark Turquoise #06D7D2

Color information

#06D7D2 (or 0x06D7D2) is unknown color: approx Dark Turquoise. HEX triplet: 06, D7 and D2. RGB value is (6,215,210). Sum of RGB (Red+Green+Blue) = 6+215+210=431 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.39% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 210 (82.42% from 255 or 48.72% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #06D7D2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06D7D2 is #F9282D. Grayscale: #979797. Windows color (decimal): -16328750 or 13817606. OLE color: 13817606.

HSL color Cylindrical-coordinate representation of color #06D7D2: hue angle of 178.56º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D7D2 is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB6215210-
CMYK0.9700.020.16
HSL178.56º94.57%43.33%-
HSV(B)178.56º97.21%84.31%-
XYZ36.0153.2969.36-
YUV151.94160.7623.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.39%
GREEN value IS 215 (84.38% from 255) = 49.88%
BLUE value IS 210 (82.42% from 255) = 48.72%
R=1.39%
G=49.88%
B=48.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal62152100.9700.020.16178.5694.5743.33
Hex6D7D2610210b35f2b
Octal6327322141022026313753
Binary1101101011111010010110000101010000101100111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06D7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06D7D2; }

 p { color: rgb(6,215,210); }

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

<style>
 a { background-color: #06D7D2; }

 a { background-color: rgb(6,215,210); }

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

<style>
 span { border-color: #06D7D2; }

 span { border-color: rgb(6,215,210); }

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