Shades of Bright Turquoise #05EBBB
Tints of Bright Turquoise #05EBBB
RGB
CMYK
RGB Variations
Color information
#05EBBB (or 0x05EBBB) is known color: Bright Turquoise. HEX triplet: 05, EB and BB. RGB value is (5,235,187). Sum of RGB (Red+Green+Blue) = 5+235+187=427 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 427); Green value is 235 (92.19% from 255 or 55.04% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 235 - color contains mainly: green. Hex color #05EBBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05EBBB is #FA1444. Grayscale: #A0A0A0. Windows color (decimal): -16389189 or 12315397. OLE color: 12315397.
HSL color Cylindrical-coordinate representation of color #05EBBB: hue angle of 167.48º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EBBB is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 235 | 187 | - |
| CMYK | 0.98 | 0 | 0.20 | 0.08 |
| HSL | 167.48º | 0.96% | 0.47% | - |
| HSV(B) | 167.48º | 0.98% | 0.92% | - |
| XYZ | 38.74 | 63.04 | 57.14 | - |
| YUV | 160.76 | 142.8 | 16.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 235 | 187 | 0.98 | 0 | 0.20 | 0.08 | 167.48 | 0.96 | 0.47 |
| Hex | 5 | EB | BB | 62 | 0 | 14 | 8 | A7 | 60 | 2F |
| Octal | 5 | 353 | 273 | 142 | 0 | 24 | 10 | 247 | 140 | 57 |
| Binary | 101 | 11101011 | 10111011 | 1100010 | 0 | 10100 | 1000 | 10100111 | 1100000 | 101111 |
Color Harmonies of #05EBBB
Complementary color
Monochromatic Colors of #05EBBB
Black with #05EBBB
Text Example
Text Example
White with #05EBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EBBB; }
p { color: rgb(5,235,187); }
H1.HeaderClassName
{
color: #05EBBB;
}
.AnyTagClassName
{
color: #05EBBB;
}
</style>
background-color css
<style>
a { background-color: #05EBBB; }
a { background-color: rgb(5,235,187); }
div.DivClassName
{
background-color: #05EBBB;
}
.BgClassName
{
background-color: #05EBBB;
}
</style>
border-color css
<style>
span { border-color: #05EBBB; }
span { border-color: rgb(5,235,187); }
td.TdClassName
{
border-color: #05EBBB;
}
.TagClassName
{
border-color: #05EBBB;
}
</style>