Shades of Bright Turquoise #01EBC2
Tints of Bright Turquoise #01EBC2
RGB
CMYK
RGB Variations
Color information
#01EBC2 (or 0x01EBC2) is known color: Bright Turquoise. HEX triplet: 01, EB and C2. RGB value is (1,235,194). Sum of RGB (Red+Green+Blue) = 1+235+194=430 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 430); Green value is 235 (92.19% from 255 or 54.65% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 235 - color contains mainly: green. Hex color #01EBC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01EBC2 is #FE143D. Grayscale: #A0A0A0. Windows color (decimal): -16651326 or 12774145. OLE color: 12774145.
HSL color Cylindrical-coordinate representation of color #01EBC2: hue angle of 169.49º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EBC2 is Cyan = 1.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 235 | 194 | - |
| CMYK | 1.00 | 0 | 0.17 | 0.08 |
| HSL | 169.49º | 0.99% | 0.46% | - |
| HSV(B) | 169.49º | 1% | 0.92% | - |
| XYZ | 39.46 | 63.32 | 61.18 | - |
| YUV | 160.36 | 146.98 | 14.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 235 | 194 | 1.00 | 0 | 0.17 | 0.08 | 169.49 | 0.99 | 0.46 |
| Hex | 1 | EB | C2 | 64 | 0 | 11 | 8 | A9 | 63 | 2E |
| Octal | 1 | 353 | 302 | 144 | 0 | 21 | 10 | 251 | 143 | 56 |
| Binary | 1 | 11101011 | 11000010 | 1100100 | 0 | 10001 | 1000 | 10101001 | 1100011 | 101110 |
Color Harmonies of #01EBC2
Complementary color
Monochromatic Colors of #01EBC2
Black with #01EBC2
Text Example
Text Example
White with #01EBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EBC2; }
p { color: rgb(1,235,194); }
H1.HeaderClassName
{
color: #01EBC2;
}
.AnyTagClassName
{
color: #01EBC2;
}
</style>
background-color css
<style>
a { background-color: #01EBC2; }
a { background-color: rgb(1,235,194); }
div.DivClassName
{
background-color: #01EBC2;
}
.BgClassName
{
background-color: #01EBC2;
}
</style>
border-color css
<style>
span { border-color: #01EBC2; }
span { border-color: rgb(1,235,194); }
td.TdClassName
{
border-color: #01EBC2;
}
.TagClassName
{
border-color: #01EBC2;
}
</style>