Shades of Bright Turquoise #06DDDD
Tints of Bright Turquoise #06DDDD
RGB
CMYK
RGB Variations
Color information
#06DDDD (or 0x06DDDD) is known color: Bright Turquoise. HEX triplet: 06, DD and DD. RGB value is (6,221,221). Sum of RGB (Red+Green+Blue) = 6+221+221=448 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.34% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #06DDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DDDD is #F92222. Grayscale: #9C9C9C. Windows color (decimal): -16327203 or 14540038. OLE color: 14540038.
HSL color Cylindrical-coordinate representation of color #06DDDD: hue angle of 180º 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 #06DDDD is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 221 | 221 | - |
| CMYK | 0.97 | 0 | 0 | 0.13 |
| HSL | 180º | 0.95% | 0.45% | - |
| HSV(B) | 180º | 0.97% | 0.87% | - |
| XYZ | 38.98 | 56.97 | 77.35 | - |
| YUV | 156.72 | 164.27 | 20.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 221 | 221 | 0.97 | 0 | 0 | 0.13 | 180 | 0.95 | 0.45 |
| Hex | 6 | DD | DD | 61 | 0 | 0 | D | B4 | 5F | 2D |
| Octal | 6 | 335 | 335 | 141 | 0 | 0 | 15 | 264 | 137 | 55 |
| Binary | 110 | 11011101 | 11011101 | 1100001 | 0 | 0 | 1101 | 10110100 | 1011111 | 101101 |
Color Harmonies of #06DDDD
Complementary color
Monochromatic Colors of #06DDDD
Black with #06DDDD
Text Example
Text Example
White with #06DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DDDD; }
p { color: rgb(6,221,221); }
H1.HeaderClassName
{
color: #06DDDD;
}
.AnyTagClassName
{
color: #06DDDD;
}
</style>
background-color css
<style>
a { background-color: #06DDDD; }
a { background-color: rgb(6,221,221); }
div.DivClassName
{
background-color: #06DDDD;
}
.BgClassName
{
background-color: #06DDDD;
}
</style>
border-color css
<style>
span { border-color: #06DDDD; }
span { border-color: rgb(6,221,221); }
td.TdClassName
{
border-color: #06DDDD;
}
.TagClassName
{
border-color: #06DDDD;
}
</style>