Shades of Bright Turquoise #06DDD6
Tints of Bright Turquoise #06DDD6
RGB
CMYK
RGB Variations
Color information
#06DDD6 (or 0x06DDD6) is known color: Bright Turquoise. HEX triplet: 06, DD and D6. RGB value is (6,221,214). Sum of RGB (Red+Green+Blue) = 6+221+214=441 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.36% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 214 (83.98% from 255 or 48.53% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #06DDD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DDD6 is #F92229. Grayscale: #9B9B9B. Windows color (decimal): -16327210 or 14081286. OLE color: 14081286.
HSL color Cylindrical-coordinate representation of color #06DDD6: hue angle of 178.05º 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 #06DDD6 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 221 | 214 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.13 |
| HSL | 178.05º | 0.95% | 0.45% | - |
| HSV(B) | 178.05º | 0.97% | 0.87% | - |
| XYZ | 38.07 | 56.61 | 72.54 | - |
| YUV | 155.92 | 160.77 | 21.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 221 | 214 | 0.97 | 0 | 0.03 | 0.13 | 178.05 | 0.95 | 0.45 |
| Hex | 6 | DD | D6 | 61 | 0 | 3 | D | B2 | 5F | 2D |
| Octal | 6 | 335 | 326 | 141 | 0 | 3 | 15 | 262 | 137 | 55 |
| Binary | 110 | 11011101 | 11010110 | 1100001 | 0 | 11 | 1101 | 10110010 | 1011111 | 101101 |
Color Harmonies of #06DDD6
Complementary color
Monochromatic Colors of #06DDD6
Black with #06DDD6
Text Example
Text Example
White with #06DDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DDD6; }
p { color: rgb(6,221,214); }
H1.HeaderClassName
{
color: #06DDD6;
}
.AnyTagClassName
{
color: #06DDD6;
}
</style>
background-color css
<style>
a { background-color: #06DDD6; }
a { background-color: rgb(6,221,214); }
div.DivClassName
{
background-color: #06DDD6;
}
.BgClassName
{
background-color: #06DDD6;
}
</style>
border-color css
<style>
span { border-color: #06DDD6; }
span { border-color: rgb(6,221,214); }
td.TdClassName
{
border-color: #06DDD6;
}
.TagClassName
{
border-color: #06DDD6;
}
</style>