Shades of Bright Turquoise #01DDD6
Tints of Bright Turquoise #01DDD6
RGB
CMYK
RGB Variations
Color information
#01DDD6 (or 0x01DDD6) is known color: Bright Turquoise. HEX triplet: 01, DD and D6. RGB value is (1,221,214). Sum of RGB (Red+Green+Blue) = 1+221+214=436 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #01DDD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DDD6 is #FE2229. Grayscale: #9A9A9A. Windows color (decimal): -16654890 or 14081281. OLE color: 14081281.
HSL color Cylindrical-coordinate representation of color #01DDD6: hue angle of 178.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DDD6 is Cyan = 1.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 214 | - |
| CMYK | 1.00 | 0 | 0.03 | 0.13 |
| HSL | 178.09º | 0.99% | 0.44% | - |
| HSV(B) | 178.09º | 1% | 0.87% | - |
| XYZ | 38.01 | 56.57 | 72.54 | - |
| YUV | 154.42 | 161.61 | 18.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 214 | 1.00 | 0 | 0.03 | 0.13 | 178.09 | 0.99 | 0.44 |
| Hex | 1 | DD | D6 | 64 | 0 | 3 | D | B2 | 63 | 2C |
| Octal | 1 | 335 | 326 | 144 | 0 | 3 | 15 | 262 | 143 | 54 |
| Binary | 1 | 11011101 | 11010110 | 1100100 | 0 | 11 | 1101 | 10110010 | 1100011 | 101100 |
Color Harmonies of #01DDD6
Complementary color
Monochromatic Colors of #01DDD6
Black with #01DDD6
Text Example
Text Example
White with #01DDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DDD6; }
p { color: rgb(1,221,214); }
H1.HeaderClassName
{
color: #01DDD6;
}
.AnyTagClassName
{
color: #01DDD6;
}
</style>
background-color css
<style>
a { background-color: #01DDD6; }
a { background-color: rgb(1,221,214); }
div.DivClassName
{
background-color: #01DDD6;
}
.BgClassName
{
background-color: #01DDD6;
}
</style>
border-color css
<style>
span { border-color: #01DDD6; }
span { border-color: rgb(1,221,214); }
td.TdClassName
{
border-color: #01DDD6;
}
.TagClassName
{
border-color: #01DDD6;
}
</style>