#06C6D9

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

Shades of Dark Turquoise #06C6D9

Tints of Dark Turquoise #06C6D9

Color information

#06C6D9 (or 0x06C6D9) is unknown color: approx Dark Turquoise. HEX triplet: 06, C6 and D9. RGB value is (6,198,217). Sum of RGB (Red+Green+Blue) = 6+198+217=421 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.43% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 217 (85.16% from 255 or 51.54% from 421); Max value from RGB is 217 - color contains mainly: blue. Hex color #06C6D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06C6D9 is #F93926. Grayscale: #8E8E8E. Windows color (decimal): -16333095 or 14272006. OLE color: 14272006.

HSL color Cylindrical-coordinate representation of color #06C6D9: hue angle of 185.4º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C6D9 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6198217-
CMYK0.970.0900.15
HSL185.4º94.62%43.73%-
HSV(B)185.4º97.24%85.1%-
XYZ32.7945.4472.69-
YUV142.76169.8930.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.43%
GREEN value IS 198 (77.73% from 255) = 47.03%
BLUE value IS 217 (85.16% from 255) = 51.54%
R=1.43%
G=47.03%
B=51.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal61982170.970.0900.15185.494.6243.73
Hex6C6D96190Fb95f2c
Octal63063311411101727113754
Binary11011000110110110011100001100101111101110011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,198,217); }

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

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

 a { background-color: rgb(6,198,217); }

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

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

 span { border-color: rgb(6,198,217); }

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