#06D7DF

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

Shades of Dark Turquoise #06D7DF

Tints of Dark Turquoise #06D7DF

Color information

#06D7DF (or 0x06D7DF) is unknown color: approx Dark Turquoise. HEX triplet: 06, D7 and DF. RGB value is (6,215,223). Sum of RGB (Red+Green+Blue) = 6+215+223=444 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #06D7DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06D7DF is #F92820. Grayscale: #999999. Windows color (decimal): -16328737 or 14669574. OLE color: 14669574.

HSL color Cylindrical-coordinate representation of color #06D7DF: hue angle of 182.21º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D7DF is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6215223-
CMYK0.970.0400.13
HSL182.21º94.76%44.9%-
HSV(B)182.21º97.31%87.45%-
XYZ37.6953.9778.24-
YUV153.42167.2622.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.35%
GREEN value IS 215 (84.38% from 255) = 48.42%
BLUE value IS 223 (87.5% from 255) = 50.23%
R=1.35%
G=48.42%
B=50.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal62152230.970.0400.13182.2194.7644.9
Hex6D7DF6140Db65f2d
Octal6327337141401526613755
Binary1101101011111011111110000110001101101101101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06D7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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