Shades of Bright Turquoise #06DDD4
Tints of Bright Turquoise #06DDD4
RGB
CMYK
RGB Variations
Color information
#06DDD4 (or 0x06DDD4) is known color: Bright Turquoise. HEX triplet: 06, DD and D4. RGB value is (6,221,212). Sum of RGB (Red+Green+Blue) = 6+221+212=439 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.37% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 212 (83.20% from 255 or 48.29% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #06DDD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DDD4 is #F9222B. Grayscale: #9B9B9B. Windows color (decimal): -16327212 or 13950214. OLE color: 13950214.
HSL color Cylindrical-coordinate representation of color #06DDD4: hue angle of 177.49º 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 #06DDD4 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 221 | 212 | - |
| CMYK | 0.97 | 0 | 0.04 | 0.13 |
| HSL | 177.49º | 0.95% | 0.45% | - |
| HSV(B) | 177.49º | 0.97% | 0.87% | - |
| XYZ | 37.82 | 56.51 | 71.2 | - |
| YUV | 155.69 | 159.77 | 21.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 221 | 212 | 0.97 | 0 | 0.04 | 0.13 | 177.49 | 0.95 | 0.45 |
| Hex | 6 | DD | D4 | 61 | 0 | 4 | D | B1 | 5F | 2D |
| Octal | 6 | 335 | 324 | 141 | 0 | 4 | 15 | 261 | 137 | 55 |
| Binary | 110 | 11011101 | 11010100 | 1100001 | 0 | 100 | 1101 | 10110001 | 1011111 | 101101 |
Color Harmonies of #06DDD4
Complementary color
Monochromatic Colors of #06DDD4
Black with #06DDD4
Text Example
Text Example
White with #06DDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DDD4; }
p { color: rgb(6,221,212); }
H1.HeaderClassName
{
color: #06DDD4;
}
.AnyTagClassName
{
color: #06DDD4;
}
</style>
background-color css
<style>
a { background-color: #06DDD4; }
a { background-color: rgb(6,221,212); }
div.DivClassName
{
background-color: #06DDD4;
}
.BgClassName
{
background-color: #06DDD4;
}
</style>
border-color css
<style>
span { border-color: #06DDD4; }
span { border-color: rgb(6,221,212); }
td.TdClassName
{
border-color: #06DDD4;
}
.TagClassName
{
border-color: #06DDD4;
}
</style>