#06D3D7

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

Shades of Dark Turquoise #06D3D7

Tints of Dark Turquoise #06D3D7

Color information

#06D3D7 (or 0x06D3D7) is unknown color: approx Dark Turquoise. HEX triplet: 06, D3 and D7. RGB value is (6,211,215). Sum of RGB (Red+Green+Blue) = 6+211+215=432 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.39% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 215 (84.38% from 255 or 49.77% from 432); Max value from RGB is 215 - color contains mainly: blue. Hex color #06D3D7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06D3D7 is #F92C28. Grayscale: #959595. Windows color (decimal): -16329769 or 14144262. OLE color: 14144262.

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

Color convert

RGB6211215-
CMYK0.970.0200.16
HSL181.15º94.57%43.33%-
HSV(B)181.15º97.21%84.31%-
XYZ35.6451.5372.36-
YUV150.16164.5825.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.39%
GREEN value IS 211 (82.81% from 255) = 48.84%
BLUE value IS 215 (84.38% from 255) = 49.77%
R=1.39%
G=48.84%
B=49.77%

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
Decimal62112150.970.0200.16181.1594.5743.33
Hex6D3D7612010b55f2b
Octal6323327141202026513753
Binary1101101001111010111110000110010000101101011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06D3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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