Shades of Bright Turquoise #01DEDB
Tints of Bright Turquoise #01DEDB
RGB
CMYK
RGB Variations
Color information
#01DEDB (or 0x01DEDB) is known color: Bright Turquoise. HEX triplet: 01, DE and DB. RGB value is (1,222,219). Sum of RGB (Red+Green+Blue) = 1+222+219=442 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 442); Green value is 222 (87.11% from 255 or 50.23% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 222 - color contains mainly: green. Hex color #01DEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DEDB is #FE2124. Grayscale: #9B9B9B. Windows color (decimal): -16654629 or 14409217. OLE color: 14409217.
HSL color Cylindrical-coordinate representation of color #01DEDB: hue angle of 179.19º 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 #01DEDB is Cyan = 1.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 222 | 219 | - |
| CMYK | 1.00 | 0 | 0.01 | 0.13 |
| HSL | 179.19º | 0.99% | 0.44% | - |
| HSV(B) | 179.19º | 1% | 0.87% | - |
| XYZ | 38.92 | 57.36 | 76.04 | - |
| YUV | 155.58 | 163.78 | 17.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 222 | 219 | 1.00 | 0 | 0.01 | 0.13 | 179.19 | 0.99 | 0.44 |
| Hex | 1 | DE | DB | 64 | 0 | 1 | D | B3 | 63 | 2C |
| Octal | 1 | 336 | 333 | 144 | 0 | 1 | 15 | 263 | 143 | 54 |
| Binary | 1 | 11011110 | 11011011 | 1100100 | 0 | 1 | 1101 | 10110011 | 1100011 | 101100 |
Color Harmonies of #01DEDB
Complementary color
Monochromatic Colors of #01DEDB
Black with #01DEDB
Text Example
Text Example
White with #01DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DEDB; }
p { color: rgb(1,222,219); }
H1.HeaderClassName
{
color: #01DEDB;
}
.AnyTagClassName
{
color: #01DEDB;
}
</style>
background-color css
<style>
a { background-color: #01DEDB; }
a { background-color: rgb(1,222,219); }
div.DivClassName
{
background-color: #01DEDB;
}
.BgClassName
{
background-color: #01DEDB;
}
</style>
border-color css
<style>
span { border-color: #01DEDB; }
span { border-color: rgb(1,222,219); }
td.TdClassName
{
border-color: #01DEDB;
}
.TagClassName
{
border-color: #01DEDB;
}
</style>