Shades of Bright Turquoise #01EEE5
Tints of Bright Turquoise #01EEE5
RGB
CMYK
RGB Variations
Color information
#01EEE5 (or 0x01EEE5) is known color: Bright Turquoise. HEX triplet: 01, EE and E5. RGB value is (1,238,229). Sum of RGB (Red+Green+Blue) = 1+238+229=468 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 468); Green value is 238 (93.36% from 255 or 50.85% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 238 - color contains mainly: green. Hex color #01EEE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EEE5 is #FE111A. Grayscale: #A5A5A5. Windows color (decimal): -16650523 or 15068673. OLE color: 15068673.
HSL color Cylindrical-coordinate representation of color #01EEE5: hue angle of 177.72º 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 #01EEE5 is Cyan = 1.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 238 | 229 | - |
| CMYK | 1.00 | 0 | 0.04 | 0.07 |
| HSL | 177.72º | 0.99% | 0.47% | - |
| HSV(B) | 177.72º | 1% | 0.93% | - |
| XYZ | 44.73 | 66.81 | 84.67 | - |
| YUV | 166.11 | 163.48 | 10.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 238 | 229 | 1.00 | 0 | 0.04 | 0.07 | 177.72 | 0.99 | 0.47 |
| Hex | 1 | EE | E5 | 64 | 0 | 4 | 7 | B2 | 63 | 2F |
| Octal | 1 | 356 | 345 | 144 | 0 | 4 | 7 | 262 | 143 | 57 |
| Binary | 1 | 11101110 | 11100101 | 1100100 | 0 | 100 | 111 | 10110010 | 1100011 | 101111 |
Color Harmonies of #01EEE5
Complementary color
Monochromatic Colors of #01EEE5
Black with #01EEE5
Text Example
Text Example
White with #01EEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EEE5; }
p { color: rgb(1,238,229); }
H1.HeaderClassName
{
color: #01EEE5;
}
.AnyTagClassName
{
color: #01EEE5;
}
</style>
background-color css
<style>
a { background-color: #01EEE5; }
a { background-color: rgb(1,238,229); }
div.DivClassName
{
background-color: #01EEE5;
}
.BgClassName
{
background-color: #01EEE5;
}
</style>
border-color css
<style>
span { border-color: #01EEE5; }
span { border-color: rgb(1,238,229); }
td.TdClassName
{
border-color: #01EEE5;
}
.TagClassName
{
border-color: #01EEE5;
}
</style>