Shades of Bright Turquoise #01DDDA
Tints of Bright Turquoise #01DDDA
RGB
CMYK
RGB Variations
Color information
#01DDDA (or 0x01DDDA) is known color: Bright Turquoise. HEX triplet: 01, DD and DA. RGB value is (1,221,218). Sum of RGB (Red+Green+Blue) = 1+221+218=440 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #01DDDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DDDA is #FE2225. Grayscale: #9A9A9A. Windows color (decimal): -16654886 or 14343425. OLE color: 14343425.
HSL color Cylindrical-coordinate representation of color #01DDDA: hue angle of 179.18º 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 #01DDDA is Cyan = 1.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 218 | - |
| CMYK | 1.00 | 0 | 0.01 | 0.13 |
| HSL | 179.18º | 0.99% | 0.44% | - |
| HSV(B) | 179.18º | 1% | 0.87% | - |
| XYZ | 38.52 | 56.78 | 75.26 | - |
| YUV | 154.88 | 163.61 | 18.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 218 | 1.00 | 0 | 0.01 | 0.13 | 179.18 | 0.99 | 0.44 |
| Hex | 1 | DD | DA | 64 | 0 | 1 | D | B3 | 63 | 2C |
| Octal | 1 | 335 | 332 | 144 | 0 | 1 | 15 | 263 | 143 | 54 |
| Binary | 1 | 11011101 | 11011010 | 1100100 | 0 | 1 | 1101 | 10110011 | 1100011 | 101100 |
Color Harmonies of #01DDDA
Complementary color
Monochromatic Colors of #01DDDA
Black with #01DDDA
Text Example
Text Example
White with #01DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DDDA; }
p { color: rgb(1,221,218); }
H1.HeaderClassName
{
color: #01DDDA;
}
.AnyTagClassName
{
color: #01DDDA;
}
</style>
background-color css
<style>
a { background-color: #01DDDA; }
a { background-color: rgb(1,221,218); }
div.DivClassName
{
background-color: #01DDDA;
}
.BgClassName
{
background-color: #01DDDA;
}
</style>
border-color css
<style>
span { border-color: #01DDDA; }
span { border-color: rgb(1,221,218); }
td.TdClassName
{
border-color: #01DDDA;
}
.TagClassName
{
border-color: #01DDDA;
}
</style>