Shades of Bright Turquoise #06DDD3
Tints of Bright Turquoise #06DDD3
RGB
CMYK
RGB Variations
Color information
#06DDD3 (or 0x06DDD3) is known color: Bright Turquoise. HEX triplet: 06, DD and D3. RGB value is (6,221,211). Sum of RGB (Red+Green+Blue) = 6+221+211=438 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.37% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 211 (82.81% from 255 or 48.17% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #06DDD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DDD3 is #F9222C. Grayscale: #9B9B9B. Windows color (decimal): -16327213 or 13884678. OLE color: 13884678.
HSL color Cylindrical-coordinate representation of color #06DDD3: hue angle of 177.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 #06DDD3 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 221 | 211 | - |
| CMYK | 0.97 | 0 | 0.05 | 0.13 |
| HSL | 177.21º | 0.95% | 0.45% | - |
| HSV(B) | 177.21º | 0.97% | 0.87% | - |
| XYZ | 37.69 | 56.45 | 70.54 | - |
| YUV | 155.58 | 159.27 | 21.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 221 | 211 | 0.97 | 0 | 0.05 | 0.13 | 177.21 | 0.95 | 0.45 |
| Hex | 6 | DD | D3 | 61 | 0 | 5 | D | B1 | 5F | 2D |
| Octal | 6 | 335 | 323 | 141 | 0 | 5 | 15 | 261 | 137 | 55 |
| Binary | 110 | 11011101 | 11010011 | 1100001 | 0 | 101 | 1101 | 10110001 | 1011111 | 101101 |
Color Harmonies of #06DDD3
Complementary color
Monochromatic Colors of #06DDD3
Black with #06DDD3
Text Example
Text Example
White with #06DDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DDD3; }
p { color: rgb(6,221,211); }
H1.HeaderClassName
{
color: #06DDD3;
}
.AnyTagClassName
{
color: #06DDD3;
}
</style>
background-color css
<style>
a { background-color: #06DDD3; }
a { background-color: rgb(6,221,211); }
div.DivClassName
{
background-color: #06DDD3;
}
.BgClassName
{
background-color: #06DDD3;
}
</style>
border-color css
<style>
span { border-color: #06DDD3; }
span { border-color: rgb(6,221,211); }
td.TdClassName
{
border-color: #06DDD3;
}
.TagClassName
{
border-color: #06DDD3;
}
</style>