#06D2D7

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

Shades of Dark Turquoise #06D2D7

Tints of Dark Turquoise #06D2D7

Color information

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

HSL color Cylindrical-coordinate representation of color #06D2D7: hue angle of 181.44º 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 #06D2D7 is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6210215-
CMYK0.970.0200.16
HSL181.44º94.57%43.33%-
HSV(B)181.44º97.21%84.31%-
XYZ35.3951.0472.28-
YUV149.57164.9125.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal62102150.970.0200.16181.4494.5743.33
Hex6D2D7612010b55f2b
Octal6322327141202026513753
Binary1101101001011010111110000110010000101101011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06D2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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