Shades of Bright Turquoise #05F5C1
Tints of Bright Turquoise #05F5C1
RGB
CMYK
RGB Variations
Color information
#05F5C1 (or 0x05F5C1) is known color: Bright Turquoise. HEX triplet: 05, F5 and C1. RGB value is (5,245,193). Sum of RGB (Red+Green+Blue) = 5+245+193=443 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 443); Green value is 245 (96.09% from 255 or 55.30% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 245 - color contains mainly: green. Hex color #05F5C1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F5C1 is #FA0A3E. Grayscale: #A7A7A7. Windows color (decimal): -16386623 or 12711173. OLE color: 12711173.
HSL color Cylindrical-coordinate representation of color #05F5C1: hue angle of 167º 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 #05F5C1 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 245 | 193 | - |
| CMYK | 0.98 | 0 | 0.21 | 0.04 |
| HSL | 167º | 0.96% | 0.49% | - |
| HSV(B) | 167º | 0.98% | 0.96% | - |
| XYZ | 42.34 | 69.19 | 61.57 | - |
| YUV | 167.31 | 142.49 | 12.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 245 | 193 | 0.98 | 0 | 0.21 | 0.04 | 167 | 0.96 | 0.49 |
| Hex | 5 | F5 | C1 | 62 | 0 | 15 | 4 | A7 | 60 | 31 |
| Octal | 5 | 365 | 301 | 142 | 0 | 25 | 4 | 247 | 140 | 61 |
| Binary | 101 | 11110101 | 11000001 | 1100010 | 0 | 10101 | 100 | 10100111 | 1100000 | 110001 |
Color Harmonies of #05F5C1
Complementary color
Monochromatic Colors of #05F5C1
Black with #05F5C1
Text Example
Text Example
White with #05F5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F5C1; }
p { color: rgb(5,245,193); }
H1.HeaderClassName
{
color: #05F5C1;
}
.AnyTagClassName
{
color: #05F5C1;
}
</style>
background-color css
<style>
a { background-color: #05F5C1; }
a { background-color: rgb(5,245,193); }
div.DivClassName
{
background-color: #05F5C1;
}
.BgClassName
{
background-color: #05F5C1;
}
</style>
border-color css
<style>
span { border-color: #05F5C1; }
span { border-color: rgb(5,245,193); }
td.TdClassName
{
border-color: #05F5C1;
}
.TagClassName
{
border-color: #05F5C1;
}
</style>