Shades of Bright Turquoise #01FCE5
Tints of Bright Turquoise #01FCE5
RGB
CMYK
RGB Variations
Color information
#01FCE5 (or 0x01FCE5) is known color: Bright Turquoise. HEX triplet: 01, FC and E5. RGB value is (1,252,229). Sum of RGB (Red+Green+Blue) = 1+252+229=482 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 482); Green value is 252 (98.83% from 255 or 52.28% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 252 - color contains mainly: green. Hex color #01FCE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FCE5 is #FE031A. Grayscale: #AEAEAE. Windows color (decimal): -16646939 or 15072257. OLE color: 15072257.
HSL color Cylindrical-coordinate representation of color #01FCE5: hue angle of 174.5º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FCE5 is Cyan = 1.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 252 | 229 | - |
| CMYK | 1.00 | 0 | 0.09 | 0.01 |
| HSL | 174.5º | 0.99% | 0.5% | - |
| HSV(B) | 174.5º | 1% | 0.99% | - |
| XYZ | 48.97 | 75.28 | 86.08 | - |
| YUV | 174.33 | 158.84 | 4.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 252 | 229 | 1.00 | 0 | 0.09 | 0.01 | 174.5 | 0.99 | 0.5 |
| Hex | 1 | FC | E5 | 64 | 0 | 9 | 1 | AF | 63 | 32 |
| Octal | 1 | 374 | 345 | 144 | 0 | 11 | 1 | 257 | 143 | 62 |
| Binary | 1 | 11111100 | 11100101 | 1100100 | 0 | 1001 | 1 | 10101111 | 1100011 | 110010 |
Color Harmonies of #01FCE5
Complementary color
Monochromatic Colors of #01FCE5
Black with #01FCE5
Text Example
Text Example
White with #01FCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FCE5; }
p { color: rgb(1,252,229); }
H1.HeaderClassName
{
color: #01FCE5;
}
.AnyTagClassName
{
color: #01FCE5;
}
</style>
background-color css
<style>
a { background-color: #01FCE5; }
a { background-color: rgb(1,252,229); }
div.DivClassName
{
background-color: #01FCE5;
}
.BgClassName
{
background-color: #01FCE5;
}
</style>
border-color css
<style>
span { border-color: #01FCE5; }
span { border-color: rgb(1,252,229); }
td.TdClassName
{
border-color: #01FCE5;
}
.TagClassName
{
border-color: #01FCE5;
}
</style>