Shades of Bright Turquoise #01DDE5
Tints of Bright Turquoise #01DDE5
RGB
CMYK
RGB Variations
Color information
#01DDE5 (or 0x01DDE5) is known color: Bright Turquoise. HEX triplet: 01, DD and E5. RGB value is (1,221,229). Sum of RGB (Red+Green+Blue) = 1+221+229=451 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 229 (89.84% from 255 or 50.78% from 451); Max value from RGB is 229 - color contains mainly: blue. Hex color #01DDE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DDE5 is #FE221A. Grayscale: #9B9B9B. Windows color (decimal): -16654875 or 15064321. OLE color: 15064321.
HSL color Cylindrical-coordinate representation of color #01DDE5: hue angle of 182.11º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DDE5 is Cyan = 1.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 221 | 229 | - |
| CMYK | 1.00 | 0.03 | 0 | 0.10 |
| HSL | 182.11º | 0.99% | 0.45% | - |
| HSV(B) | 182.11º | 1% | 0.9% | - |
| XYZ | 40.01 | 57.38 | 83.09 | - |
| YUV | 156.13 | 169.11 | 17.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 229 | 1.00 | 0.03 | 0 | 0.10 | 182.11 | 0.99 | 0.45 |
| Hex | 1 | DD | E5 | 64 | 3 | 0 | A | B6 | 63 | 2D |
| Octal | 1 | 335 | 345 | 144 | 3 | 0 | 12 | 266 | 143 | 55 |
| Binary | 1 | 11011101 | 11100101 | 1100100 | 11 | 0 | 1010 | 10110110 | 1100011 | 101101 |
Color Harmonies of #01DDE5
Complementary color
Monochromatic Colors of #01DDE5
Black with #01DDE5
Text Example
Text Example
White with #01DDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DDE5; }
p { color: rgb(1,221,229); }
H1.HeaderClassName
{
color: #01DDE5;
}
.AnyTagClassName
{
color: #01DDE5;
}
</style>
background-color css
<style>
a { background-color: #01DDE5; }
a { background-color: rgb(1,221,229); }
div.DivClassName
{
background-color: #01DDE5;
}
.BgClassName
{
background-color: #01DDE5;
}
</style>
border-color css
<style>
span { border-color: #01DDE5; }
span { border-color: rgb(1,221,229); }
td.TdClassName
{
border-color: #01DDE5;
}
.TagClassName
{
border-color: #01DDE5;
}
</style>