Shades of Bright Turquoise #01DDE2
Tints of Bright Turquoise #01DDE2
RGB
CMYK
RGB Variations
Color information
#01DDE2 (or 0x01DDE2) is known color: Bright Turquoise. HEX triplet: 01, DD and E2. RGB value is (1,221,226). Sum of RGB (Red+Green+Blue) = 1+221+226=448 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 226 (88.67% from 255 or 50.45% from 448); Max value from RGB is 226 - color contains mainly: blue. Hex color #01DDE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DDE2 is #FE221D. Grayscale: #9B9B9B. Windows color (decimal): -16654878 or 14867713. OLE color: 14867713.
HSL color Cylindrical-coordinate representation of color #01DDE2: hue angle of 181.33º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DDE2 is Cyan = 1.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 221 | 226 | - |
| CMYK | 1.00 | 0.02 | 0 | 0.11 |
| HSL | 181.33º | 0.99% | 0.45% | - |
| HSV(B) | 181.33º | 1% | 0.89% | - |
| XYZ | 39.6 | 57.21 | 80.91 | - |
| YUV | 155.79 | 167.61 | 17.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 226 | 1.00 | 0.02 | 0 | 0.11 | 181.33 | 0.99 | 0.45 |
| Hex | 1 | DD | E2 | 64 | 2 | 0 | B | B5 | 63 | 2D |
| Octal | 1 | 335 | 342 | 144 | 2 | 0 | 13 | 265 | 143 | 55 |
| Binary | 1 | 11011101 | 11100010 | 1100100 | 10 | 0 | 1011 | 10110101 | 1100011 | 101101 |
Color Harmonies of #01DDE2
Complementary color
Monochromatic Colors of #01DDE2
Black with #01DDE2
Text Example
Text Example
White with #01DDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DDE2; }
p { color: rgb(1,221,226); }
H1.HeaderClassName
{
color: #01DDE2;
}
.AnyTagClassName
{
color: #01DDE2;
}
</style>
background-color css
<style>
a { background-color: #01DDE2; }
a { background-color: rgb(1,221,226); }
div.DivClassName
{
background-color: #01DDE2;
}
.BgClassName
{
background-color: #01DDE2;
}
</style>
border-color css
<style>
span { border-color: #01DDE2; }
span { border-color: rgb(1,221,226); }
td.TdClassName
{
border-color: #01DDE2;
}
.TagClassName
{
border-color: #01DDE2;
}
</style>