Shades of Bright Turquoise #05FECA
Tints of Bright Turquoise #05FECA
RGB
CMYK
RGB Variations
Color information
#05FECA (or 0x05FECA) is known color: Bright Turquoise. HEX triplet: 05, FE and CA. RGB value is (5,254,202). Sum of RGB (Red+Green+Blue) = 5+254+202=461 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 461); Green value is 254 (99.61% from 255 or 55.10% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 254 - color contains mainly: green. Hex color #05FECA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FECA is #FA0135. Grayscale: #ADADAD. Windows color (decimal): -16384310 or 13303301. OLE color: 13303301.
HSL color Cylindrical-coordinate representation of color #05FECA: hue angle of 167.47º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FECA is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 254 | 202 | - |
| CMYK | 0.98 | 0 | 0.20 | 0.00 |
| HSL | 167.47º | 0.99% | 0.51% | - |
| HSV(B) | 167.47º | 0.98% | 1% | - |
| XYZ | 46.17 | 75.18 | 67.96 | - |
| YUV | 173.62 | 144.01 | 7.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 254 | 202 | 0.98 | 0 | 0.20 | 0.00 | 167.47 | 0.99 | 0.51 |
| Hex | 5 | FE | CA | 62 | 0 | 14 | 0 | A7 | 63 | 33 |
| Octal | 5 | 376 | 312 | 142 | 0 | 24 | 0 | 247 | 143 | 63 |
| Binary | 101 | 11111110 | 11001010 | 1100010 | 0 | 10100 | 0 | 10100111 | 1100011 | 110011 |
Color Harmonies of #05FECA
Complementary color
Monochromatic Colors of #05FECA
Black with #05FECA
Text Example
Text Example
White with #05FECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FECA; }
p { color: rgb(5,254,202); }
H1.HeaderClassName
{
color: #05FECA;
}
.AnyTagClassName
{
color: #05FECA;
}
</style>
background-color css
<style>
a { background-color: #05FECA; }
a { background-color: rgb(5,254,202); }
div.DivClassName
{
background-color: #05FECA;
}
.BgClassName
{
background-color: #05FECA;
}
</style>
border-color css
<style>
span { border-color: #05FECA; }
span { border-color: rgb(5,254,202); }
td.TdClassName
{
border-color: #05FECA;
}
.TagClassName
{
border-color: #05FECA;
}
</style>