Shades of Bright Turquoise #05F4C0
Tints of Bright Turquoise #05F4C0
RGB
CMYK
RGB Variations
Color information
#05F4C0 (or 0x05F4C0) is known color: Bright Turquoise. HEX triplet: 05, F4 and C0. RGB value is (5,244,192). Sum of RGB (Red+Green+Blue) = 5+244+192=441 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 441); Green value is 244 (95.70% from 255 or 55.33% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 244 - color contains mainly: green. Hex color #05F4C0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F4C0 is #FA0B3F. Grayscale: #A6A6A6. Windows color (decimal): -16386880 or 12645381. OLE color: 12645381.
HSL color Cylindrical-coordinate representation of color #05F4C0: hue angle of 166.95º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F4C0 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 244 | 192 | - |
| CMYK | 0.98 | 0 | 0.21 | 0.04 |
| HSL | 166.95º | 0.96% | 0.49% | - |
| HSV(B) | 166.95º | 0.98% | 0.96% | - |
| XYZ | 41.93 | 68.54 | 60.89 | - |
| YUV | 166.61 | 142.32 | 12.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 244 | 192 | 0.98 | 0 | 0.21 | 0.04 | 166.95 | 0.96 | 0.49 |
| Hex | 5 | F4 | C0 | 62 | 0 | 15 | 4 | A7 | 60 | 31 |
| Octal | 5 | 364 | 300 | 142 | 0 | 25 | 4 | 247 | 140 | 61 |
| Binary | 101 | 11110100 | 11000000 | 1100010 | 0 | 10101 | 100 | 10100111 | 1100000 | 110001 |
Color Harmonies of #05F4C0
Complementary color
Monochromatic Colors of #05F4C0
Black with #05F4C0
Text Example
Text Example
White with #05F4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F4C0; }
p { color: rgb(5,244,192); }
H1.HeaderClassName
{
color: #05F4C0;
}
.AnyTagClassName
{
color: #05F4C0;
}
</style>
background-color css
<style>
a { background-color: #05F4C0; }
a { background-color: rgb(5,244,192); }
div.DivClassName
{
background-color: #05F4C0;
}
.BgClassName
{
background-color: #05F4C0;
}
</style>
border-color css
<style>
span { border-color: #05F4C0; }
span { border-color: rgb(5,244,192); }
td.TdClassName
{
border-color: #05F4C0;
}
.TagClassName
{
border-color: #05F4C0;
}
</style>