Shades of Bright Turquoise #05EFC0
Tints of Bright Turquoise #05EFC0
RGB
CMYK
RGB Variations
Color information
#05EFC0 (or 0x05EFC0) is known color: Bright Turquoise. HEX triplet: 05, EF and C0. RGB value is (5,239,192). Sum of RGB (Red+Green+Blue) = 5+239+192=436 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.15% from 436); Green value is 239 (93.75% from 255 or 54.82% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 239 - color contains mainly: green. Hex color #05EFC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05EFC0 is #FA103F. Grayscale: #A3A3A3. Windows color (decimal): -16388160 or 12644101. OLE color: 12644101.
HSL color Cylindrical-coordinate representation of color #05EFC0: hue angle of 167.95º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EFC0 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 239 | 192 | - |
| CMYK | 0.98 | 0 | 0.20 | 0.06 |
| HSL | 167.95º | 0.96% | 0.48% | - |
| HSV(B) | 167.95º | 0.98% | 0.94% | - |
| XYZ | 40.44 | 65.57 | 60.39 | - |
| YUV | 163.68 | 143.98 | 14.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 239 | 192 | 0.98 | 0 | 0.20 | 0.06 | 167.95 | 0.96 | 0.48 |
| Hex | 5 | EF | C0 | 62 | 0 | 14 | 6 | A8 | 60 | 30 |
| Octal | 5 | 357 | 300 | 142 | 0 | 24 | 6 | 250 | 140 | 60 |
| Binary | 101 | 11101111 | 11000000 | 1100010 | 0 | 10100 | 110 | 10101000 | 1100000 | 110000 |
Color Harmonies of #05EFC0
Complementary color
Monochromatic Colors of #05EFC0
Black with #05EFC0
Text Example
Text Example
White with #05EFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EFC0; }
p { color: rgb(5,239,192); }
H1.HeaderClassName
{
color: #05EFC0;
}
.AnyTagClassName
{
color: #05EFC0;
}
</style>
background-color css
<style>
a { background-color: #05EFC0; }
a { background-color: rgb(5,239,192); }
div.DivClassName
{
background-color: #05EFC0;
}
.BgClassName
{
background-color: #05EFC0;
}
</style>
border-color css
<style>
span { border-color: #05EFC0; }
span { border-color: rgb(5,239,192); }
td.TdClassName
{
border-color: #05EFC0;
}
.TagClassName
{
border-color: #05EFC0;
}
</style>