Shades of Bright Turquoise #01EECA
Tints of Bright Turquoise #01EECA
RGB
CMYK
RGB Variations
Color information
#01EECA (or 0x01EECA) is known color: Bright Turquoise. HEX triplet: 01, EE and CA. RGB value is (1,238,202). Sum of RGB (Red+Green+Blue) = 1+238+202=441 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 441); Green value is 238 (93.36% from 255 or 53.97% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 238 - color contains mainly: green. Hex color #01EECA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EECA is #FE1135. Grayscale: #A2A2A2. Windows color (decimal): -16650550 or 13299201. OLE color: 13299201.
HSL color Cylindrical-coordinate representation of color #01EECA: hue angle of 170.89º 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 #01EECA is Cyan = 1.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 238 | 202 | - |
| CMYK | 1.00 | 0 | 0.15 | 0.07 |
| HSL | 170.89º | 0.99% | 0.47% | - |
| HSV(B) | 170.89º | 1% | 0.93% | - |
| XYZ | 41.25 | 65.42 | 66.33 | - |
| YUV | 163.03 | 149.98 | 12.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 238 | 202 | 1.00 | 0 | 0.15 | 0.07 | 170.89 | 0.99 | 0.47 |
| Hex | 1 | EE | CA | 64 | 0 | F | 7 | AB | 63 | 2F |
| Octal | 1 | 356 | 312 | 144 | 0 | 17 | 7 | 253 | 143 | 57 |
| Binary | 1 | 11101110 | 11001010 | 1100100 | 0 | 1111 | 111 | 10101011 | 1100011 | 101111 |
Color Harmonies of #01EECA
Complementary color
Monochromatic Colors of #01EECA
Black with #01EECA
Text Example
Text Example
White with #01EECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EECA; }
p { color: rgb(1,238,202); }
H1.HeaderClassName
{
color: #01EECA;
}
.AnyTagClassName
{
color: #01EECA;
}
</style>
background-color css
<style>
a { background-color: #01EECA; }
a { background-color: rgb(1,238,202); }
div.DivClassName
{
background-color: #01EECA;
}
.BgClassName
{
background-color: #01EECA;
}
</style>
border-color css
<style>
span { border-color: #01EECA; }
span { border-color: rgb(1,238,202); }
td.TdClassName
{
border-color: #01EECA;
}
.TagClassName
{
border-color: #01EECA;
}
</style>