#06D7D3

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

Shades of Dark Turquoise #06D7D3

Tints of Dark Turquoise #06D7D3

Color information

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

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

Color convert

RGB6215211-
CMYK0.9700.020.16
HSL178.85º94.57%43.33%-
HSV(B)178.85º97.21%84.31%-
XYZ36.1353.3470.02-
YUV152.05161.2623.83-

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.77%
BLUE value IS 211 (82.81% from 255) = 48.84%
R=1.39%
G=49.77%
B=48.84%

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
Decimal62152110.9700.020.16178.8594.5743.33
Hex6D7D3610210b35f2b
Octal6327323141022026313753
Binary1101101011111010011110000101010000101100111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06D7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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