Shades of Bright Turquoise #01EEDB
Tints of Bright Turquoise #01EEDB
RGB
CMYK
RGB Variations
Color information
#01EEDB (or 0x01EEDB) is known color: Bright Turquoise. HEX triplet: 01, EE and DB. RGB value is (1,238,219). Sum of RGB (Red+Green+Blue) = 1+238+219=458 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 458); Green value is 238 (93.36% from 255 or 51.97% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 238 - color contains mainly: green. Hex color #01EEDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EEDB is #FE1124. Grayscale: #A4A4A4. Windows color (decimal): -16650533 or 14413313. OLE color: 14413313.
HSL color Cylindrical-coordinate representation of color #01EEDB: hue angle of 175.19º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EEDB is Cyan = 1.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 238 | 219 | - |
| CMYK | 1.00 | 0 | 0.08 | 0.07 |
| HSL | 175.19º | 0.99% | 0.47% | - |
| HSV(B) | 175.19º | 1% | 0.93% | - |
| XYZ | 43.37 | 66.27 | 77.52 | - |
| YUV | 164.97 | 158.48 | 11.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 238 | 219 | 1.00 | 0 | 0.08 | 0.07 | 175.19 | 0.99 | 0.47 |
| Hex | 1 | EE | DB | 64 | 0 | 8 | 7 | AF | 63 | 2F |
| Octal | 1 | 356 | 333 | 144 | 0 | 10 | 7 | 257 | 143 | 57 |
| Binary | 1 | 11101110 | 11011011 | 1100100 | 0 | 1000 | 111 | 10101111 | 1100011 | 101111 |
Color Harmonies of #01EEDB
Complementary color
Monochromatic Colors of #01EEDB
Black with #01EEDB
Text Example
Text Example
White with #01EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EEDB; }
p { color: rgb(1,238,219); }
H1.HeaderClassName
{
color: #01EEDB;
}
.AnyTagClassName
{
color: #01EEDB;
}
</style>
background-color css
<style>
a { background-color: #01EEDB; }
a { background-color: rgb(1,238,219); }
div.DivClassName
{
background-color: #01EEDB;
}
.BgClassName
{
background-color: #01EEDB;
}
</style>
border-color css
<style>
span { border-color: #01EEDB; }
span { border-color: rgb(1,238,219); }
td.TdClassName
{
border-color: #01EEDB;
}
.TagClassName
{
border-color: #01EEDB;
}
</style>