Shades of Bright Turquoise #01EECB
Tints of Bright Turquoise #01EECB
RGB
CMYK
RGB Variations
Color information
#01EECB (or 0x01EECB) is known color: Bright Turquoise. HEX triplet: 01, EE and CB. RGB value is (1,238,203). Sum of RGB (Red+Green+Blue) = 1+238+203=442 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 442); Green value is 238 (93.36% from 255 or 53.85% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 238 - color contains mainly: green. Hex color #01EECB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EECB is #FE1134. Grayscale: #A3A3A3. Windows color (decimal): -16650549 or 13364737. OLE color: 13364737.
HSL color Cylindrical-coordinate representation of color #01EECB: hue angle of 171.14º 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 #01EECB is Cyan = 1.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 238 | 203 | - |
| CMYK | 1.00 | 0 | 0.15 | 0.07 |
| HSL | 171.14º | 0.99% | 0.47% | - |
| HSV(B) | 171.14º | 1% | 0.93% | - |
| XYZ | 41.37 | 65.47 | 66.96 | - |
| YUV | 163.15 | 150.48 | 12.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 238 | 203 | 1.00 | 0 | 0.15 | 0.07 | 171.14 | 0.99 | 0.47 |
| Hex | 1 | EE | CB | 64 | 0 | F | 7 | AB | 63 | 2F |
| Octal | 1 | 356 | 313 | 144 | 0 | 17 | 7 | 253 | 143 | 57 |
| Binary | 1 | 11101110 | 11001011 | 1100100 | 0 | 1111 | 111 | 10101011 | 1100011 | 101111 |
Color Harmonies of #01EECB
Complementary color
Monochromatic Colors of #01EECB
Black with #01EECB
Text Example
Text Example
White with #01EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EECB; }
p { color: rgb(1,238,203); }
H1.HeaderClassName
{
color: #01EECB;
}
.AnyTagClassName
{
color: #01EECB;
}
</style>
background-color css
<style>
a { background-color: #01EECB; }
a { background-color: rgb(1,238,203); }
div.DivClassName
{
background-color: #01EECB;
}
.BgClassName
{
background-color: #01EECB;
}
</style>
border-color css
<style>
span { border-color: #01EECB; }
span { border-color: rgb(1,238,203); }
td.TdClassName
{
border-color: #01EECB;
}
.TagClassName
{
border-color: #01EECB;
}
</style>