Shades of Bright Turquoise #01DDDB
Tints of Bright Turquoise #01DDDB
RGB
CMYK
RGB Variations
Color information
#01DDDB (or 0x01DDDB) is known color: Bright Turquoise. HEX triplet: 01, DD and DB. RGB value is (1,221,219). Sum of RGB (Red+Green+Blue) = 1+221+219=441 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #01DDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DDDB is #FE2224. Grayscale: #9A9A9A. Windows color (decimal): -16654885 or 14408961. OLE color: 14408961.
HSL color Cylindrical-coordinate representation of color #01DDDB: hue angle of 179.45º 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 #01DDDB is Cyan = 1.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 219 | - |
| CMYK | 1.00 | 0 | 0.01 | 0.13 |
| HSL | 179.45º | 0.99% | 0.44% | - |
| HSV(B) | 179.45º | 1% | 0.87% | - |
| XYZ | 38.66 | 56.83 | 75.95 | - |
| YUV | 154.99 | 164.11 | 18.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 219 | 1.00 | 0 | 0.01 | 0.13 | 179.45 | 0.99 | 0.44 |
| Hex | 1 | DD | DB | 64 | 0 | 1 | D | B3 | 63 | 2C |
| Octal | 1 | 335 | 333 | 144 | 0 | 1 | 15 | 263 | 143 | 54 |
| Binary | 1 | 11011101 | 11011011 | 1100100 | 0 | 1 | 1101 | 10110011 | 1100011 | 101100 |
Color Harmonies of #01DDDB
Complementary color
Monochromatic Colors of #01DDDB
Black with #01DDDB
Text Example
Text Example
White with #01DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DDDB; }
p { color: rgb(1,221,219); }
H1.HeaderClassName
{
color: #01DDDB;
}
.AnyTagClassName
{
color: #01DDDB;
}
</style>
background-color css
<style>
a { background-color: #01DDDB; }
a { background-color: rgb(1,221,219); }
div.DivClassName
{
background-color: #01DDDB;
}
.BgClassName
{
background-color: #01DDDB;
}
</style>
border-color css
<style>
span { border-color: #01DDDB; }
span { border-color: rgb(1,221,219); }
td.TdClassName
{
border-color: #01DDDB;
}
.TagClassName
{
border-color: #01DDDB;
}
</style>