Shades of Bright Turquoise #01DDE1
Tints of Bright Turquoise #01DDE1
RGB
CMYK
RGB Variations
Color information
#01DDE1 (or 0x01DDE1) is known color: Bright Turquoise. HEX triplet: 01, DD and E1. RGB value is (1,221,225). Sum of RGB (Red+Green+Blue) = 1+221+225=447 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 225 (88.28% from 255 or 50.34% from 447); Max value from RGB is 225 - color contains mainly: blue. Hex color #01DDE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DDE1 is #FE221E. Grayscale: #9B9B9B. Windows color (decimal): -16654879 or 14802177. OLE color: 14802177.
HSL color Cylindrical-coordinate representation of color #01DDE1: hue angle of 181.07º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DDE1 is Cyan = 1.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 221 | 225 | - |
| CMYK | 1.00 | 0.02 | 0 | 0.12 |
| HSL | 181.07º | 0.99% | 0.44% | - |
| HSV(B) | 181.07º | 1% | 0.88% | - |
| XYZ | 39.46 | 57.16 | 80.19 | - |
| YUV | 155.68 | 167.11 | 17.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 225 | 1.00 | 0.02 | 0 | 0.12 | 181.07 | 0.99 | 0.44 |
| Hex | 1 | DD | E1 | 64 | 2 | 0 | C | B5 | 63 | 2C |
| Octal | 1 | 335 | 341 | 144 | 2 | 0 | 14 | 265 | 143 | 54 |
| Binary | 1 | 11011101 | 11100001 | 1100100 | 10 | 0 | 1100 | 10110101 | 1100011 | 101100 |
Color Harmonies of #01DDE1
Complementary color
Monochromatic Colors of #01DDE1
Black with #01DDE1
Text Example
Text Example
White with #01DDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DDE1; }
p { color: rgb(1,221,225); }
H1.HeaderClassName
{
color: #01DDE1;
}
.AnyTagClassName
{
color: #01DDE1;
}
</style>
background-color css
<style>
a { background-color: #01DDE1; }
a { background-color: rgb(1,221,225); }
div.DivClassName
{
background-color: #01DDE1;
}
.BgClassName
{
background-color: #01DDE1;
}
</style>
border-color css
<style>
span { border-color: #01DDE1; }
span { border-color: rgb(1,221,225); }
td.TdClassName
{
border-color: #01DDE1;
}
.TagClassName
{
border-color: #01DDE1;
}
</style>