Shades of Bright Turquoise #01EEE4
Tints of Bright Turquoise #01EEE4
RGB
CMYK
RGB Variations
Color information
#01EEE4 (or 0x01EEE4) is known color: Bright Turquoise. HEX triplet: 01, EE and E4. RGB value is (1,238,228). Sum of RGB (Red+Green+Blue) = 1+238+228=467 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 467); Green value is 238 (93.36% from 255 or 50.96% from 467); Blue value is 228 (89.45% from 255 or 48.82% from 467); Max value from RGB is 238 - color contains mainly: green. Hex color #01EEE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EEE4 is #FE111B. Grayscale: #A5A5A5. Windows color (decimal): -16650524 or 15003137. OLE color: 15003137.
HSL color Cylindrical-coordinate representation of color #01EEE4: hue angle of 177.47º 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 #01EEE4 is Cyan = 1.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 238 | 228 | - |
| CMYK | 1.00 | 0 | 0.04 | 0.07 |
| HSL | 177.47º | 0.99% | 0.47% | - |
| HSV(B) | 177.47º | 1% | 0.93% | - |
| XYZ | 44.59 | 66.76 | 83.93 | - |
| YUV | 166 | 162.98 | 10.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 238 | 228 | 1.00 | 0 | 0.04 | 0.07 | 177.47 | 0.99 | 0.47 |
| Hex | 1 | EE | E4 | 64 | 0 | 4 | 7 | B1 | 63 | 2F |
| Octal | 1 | 356 | 344 | 144 | 0 | 4 | 7 | 261 | 143 | 57 |
| Binary | 1 | 11101110 | 11100100 | 1100100 | 0 | 100 | 111 | 10110001 | 1100011 | 101111 |
Color Harmonies of #01EEE4
Complementary color
Monochromatic Colors of #01EEE4
Black with #01EEE4
Text Example
Text Example
White with #01EEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EEE4; }
p { color: rgb(1,238,228); }
H1.HeaderClassName
{
color: #01EEE4;
}
.AnyTagClassName
{
color: #01EEE4;
}
</style>
background-color css
<style>
a { background-color: #01EEE4; }
a { background-color: rgb(1,238,228); }
div.DivClassName
{
background-color: #01EEE4;
}
.BgClassName
{
background-color: #01EEE4;
}
</style>
border-color css
<style>
span { border-color: #01EEE4; }
span { border-color: rgb(1,238,228); }
td.TdClassName
{
border-color: #01EEE4;
}
.TagClassName
{
border-color: #01EEE4;
}
</style>