Shades of Bright Turquoise #05F7C0
Tints of Bright Turquoise #05F7C0
RGB
CMYK
RGB Variations
Color information
#05F7C0 (or 0x05F7C0) is known color: Bright Turquoise. HEX triplet: 05, F7 and C0. RGB value is (5,247,192). Sum of RGB (Red+Green+Blue) = 5+247+192=444 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 444); Green value is 247 (96.88% from 255 or 55.63% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 247 - color contains mainly: green. Hex color #05F7C0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F7C0 is #FA083F. Grayscale: #A8A8A8. Windows color (decimal): -16386112 or 12646149. OLE color: 12646149.
HSL color Cylindrical-coordinate representation of color #05F7C0: hue angle of 166.36º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F7C0 is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 247 | 192 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.03 |
| HSL | 166.36º | 0.96% | 0.49% | - |
| HSV(B) | 166.36º | 0.98% | 0.97% | - |
| XYZ | 42.84 | 70.36 | 61.19 | - |
| YUV | 168.37 | 141.33 | 11.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 247 | 192 | 0.98 | 0 | 0.22 | 0.03 | 166.36 | 0.96 | 0.49 |
| Hex | 5 | F7 | C0 | 62 | 0 | 16 | 3 | A6 | 60 | 31 |
| Octal | 5 | 367 | 300 | 142 | 0 | 26 | 3 | 246 | 140 | 61 |
| Binary | 101 | 11110111 | 11000000 | 1100010 | 0 | 10110 | 11 | 10100110 | 1100000 | 110001 |
Color Harmonies of #05F7C0
Complementary color
Monochromatic Colors of #05F7C0
Black with #05F7C0
Text Example
Text Example
White with #05F7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F7C0; }
p { color: rgb(5,247,192); }
H1.HeaderClassName
{
color: #05F7C0;
}
.AnyTagClassName
{
color: #05F7C0;
}
</style>
background-color css
<style>
a { background-color: #05F7C0; }
a { background-color: rgb(5,247,192); }
div.DivClassName
{
background-color: #05F7C0;
}
.BgClassName
{
background-color: #05F7C0;
}
</style>
border-color css
<style>
span { border-color: #05F7C0; }
span { border-color: rgb(5,247,192); }
td.TdClassName
{
border-color: #05F7C0;
}
.TagClassName
{
border-color: #05F7C0;
}
</style>