Shades of Bright Turquoise #06DCD6
Tints of Bright Turquoise #06DCD6
RGB
CMYK
RGB Variations
Color information
#06DCD6 (or 0x06DCD6) is known color: Bright Turquoise. HEX triplet: 06, DC and D6. RGB value is (6,220,214). Sum of RGB (Red+Green+Blue) = 6+220+214=440 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.36% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 214 (83.98% from 255 or 48.64% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #06DCD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DCD6 is #F92329. Grayscale: #9B9B9B. Windows color (decimal): -16327466 or 14081030. OLE color: 14081030.
HSL color Cylindrical-coordinate representation of color #06DCD6: hue angle of 178.32º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DCD6 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 220 | 214 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.14 |
| HSL | 178.32º | 0.95% | 0.44% | - |
| HSV(B) | 178.32º | 0.97% | 0.86% | - |
| XYZ | 37.81 | 56.08 | 72.45 | - |
| YUV | 155.33 | 161.1 | 21.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 220 | 214 | 0.97 | 0 | 0.03 | 0.14 | 178.32 | 0.95 | 0.44 |
| Hex | 6 | DC | D6 | 61 | 0 | 3 | E | B2 | 5F | 2C |
| Octal | 6 | 334 | 326 | 141 | 0 | 3 | 16 | 262 | 137 | 54 |
| Binary | 110 | 11011100 | 11010110 | 1100001 | 0 | 11 | 1110 | 10110010 | 1011111 | 101100 |
Color Harmonies of #06DCD6
Complementary color
Monochromatic Colors of #06DCD6
Black with #06DCD6
Text Example
Text Example
White with #06DCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DCD6; }
p { color: rgb(6,220,214); }
H1.HeaderClassName
{
color: #06DCD6;
}
.AnyTagClassName
{
color: #06DCD6;
}
</style>
background-color css
<style>
a { background-color: #06DCD6; }
a { background-color: rgb(6,220,214); }
div.DivClassName
{
background-color: #06DCD6;
}
.BgClassName
{
background-color: #06DCD6;
}
</style>
border-color css
<style>
span { border-color: #06DCD6; }
span { border-color: rgb(6,220,214); }
td.TdClassName
{
border-color: #06DCD6;
}
.TagClassName
{
border-color: #06DCD6;
}
</style>