Shades of Bright Turquoise #05ECC5
Tints of Bright Turquoise #05ECC5
RGB
CMYK
RGB Variations
Color information
#05ECC5 (or 0x05ECC5) is known color: Bright Turquoise. HEX triplet: 05, EC and C5. RGB value is (5,236,197). Sum of RGB (Red+Green+Blue) = 5+236+197=438 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.14% from 438); Green value is 236 (92.58% from 255 or 53.88% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 236 - color contains mainly: green. Hex color #05ECC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05ECC5 is #FA133A. Grayscale: #A2A2A2. Windows color (decimal): -16388923 or 12971013. OLE color: 12971013.
HSL color Cylindrical-coordinate representation of color #05ECC5: hue angle of 169.87º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ECC5 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 236 | 197 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.07 |
| HSL | 169.87º | 0.96% | 0.47% | - |
| HSV(B) | 169.87º | 0.98% | 0.93% | - |
| XYZ | 40.14 | 64.05 | 63.07 | - |
| YUV | 162.49 | 147.47 | 15.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 236 | 197 | 0.98 | 0 | 0.17 | 0.07 | 169.87 | 0.96 | 0.47 |
| Hex | 5 | EC | C5 | 62 | 0 | 11 | 7 | AA | 60 | 2F |
| Octal | 5 | 354 | 305 | 142 | 0 | 21 | 7 | 252 | 140 | 57 |
| Binary | 101 | 11101100 | 11000101 | 1100010 | 0 | 10001 | 111 | 10101010 | 1100000 | 101111 |
Color Harmonies of #05ECC5
Complementary color
Monochromatic Colors of #05ECC5
Black with #05ECC5
Text Example
Text Example
White with #05ECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ECC5; }
p { color: rgb(5,236,197); }
H1.HeaderClassName
{
color: #05ECC5;
}
.AnyTagClassName
{
color: #05ECC5;
}
</style>
background-color css
<style>
a { background-color: #05ECC5; }
a { background-color: rgb(5,236,197); }
div.DivClassName
{
background-color: #05ECC5;
}
.BgClassName
{
background-color: #05ECC5;
}
</style>
border-color css
<style>
span { border-color: #05ECC5; }
span { border-color: rgb(5,236,197); }
td.TdClassName
{
border-color: #05ECC5;
}
.TagClassName
{
border-color: #05ECC5;
}
</style>