Shades of Bright Turquoise #05F8C8
Tints of Bright Turquoise #05F8C8
RGB
CMYK
RGB Variations
Color information
#05F8C8 (or 0x05F8C8) is known color: Bright Turquoise. HEX triplet: 05, F8 and C8. RGB value is (5,248,200). Sum of RGB (Red+Green+Blue) = 5+248+200=453 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.10% from 453); Green value is 248 (97.27% from 255 or 54.75% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 248 - color contains mainly: green. Hex color #05F8C8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F8C8 is #FA0737. Grayscale: #A9A9A9. Windows color (decimal): -16385848 or 13170693. OLE color: 13170693.
HSL color Cylindrical-coordinate representation of color #05F8C8: hue angle of 168.15º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F8C8 is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 248 | 200 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.03 |
| HSL | 168.15º | 0.96% | 0.5% | - |
| HSV(B) | 168.15º | 0.98% | 0.97% | - |
| XYZ | 44.06 | 71.34 | 66.09 | - |
| YUV | 169.87 | 144.99 | 10.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 248 | 200 | 0.98 | 0 | 0.19 | 0.03 | 168.15 | 0.96 | 0.5 |
| Hex | 5 | F8 | C8 | 62 | 0 | 13 | 3 | A8 | 60 | 32 |
| Octal | 5 | 370 | 310 | 142 | 0 | 23 | 3 | 250 | 140 | 62 |
| Binary | 101 | 11111000 | 11001000 | 1100010 | 0 | 10011 | 11 | 10101000 | 1100000 | 110010 |
Color Harmonies of #05F8C8
Complementary color
Monochromatic Colors of #05F8C8
Black with #05F8C8
Text Example
Text Example
White with #05F8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F8C8; }
p { color: rgb(5,248,200); }
H1.HeaderClassName
{
color: #05F8C8;
}
.AnyTagClassName
{
color: #05F8C8;
}
</style>
background-color css
<style>
a { background-color: #05F8C8; }
a { background-color: rgb(5,248,200); }
div.DivClassName
{
background-color: #05F8C8;
}
.BgClassName
{
background-color: #05F8C8;
}
</style>
border-color css
<style>
span { border-color: #05F8C8; }
span { border-color: rgb(5,248,200); }
td.TdClassName
{
border-color: #05F8C8;
}
.TagClassName
{
border-color: #05F8C8;
}
</style>