Shades of Bright Turquoise #05EBBE
Tints of Bright Turquoise #05EBBE
RGB
CMYK
RGB Variations
Color information
#05EBBE (or 0x05EBBE) is known color: Bright Turquoise. HEX triplet: 05, EB and BE. RGB value is (5,235,190). Sum of RGB (Red+Green+Blue) = 5+235+190=430 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.16% from 430); Green value is 235 (92.19% from 255 or 54.65% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 235 - color contains mainly: green. Hex color #05EBBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05EBBE is #FA1441. Grayscale: #A1A1A1. Windows color (decimal): -16389186 or 12512005. OLE color: 12512005.
HSL color Cylindrical-coordinate representation of color #05EBBE: hue angle of 168.26º 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 #05EBBE is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 235 | 190 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.08 |
| HSL | 168.26º | 0.96% | 0.47% | - |
| HSV(B) | 168.26º | 0.98% | 0.92% | - |
| XYZ | 39.07 | 63.17 | 58.85 | - |
| YUV | 161.1 | 144.3 | 16.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 235 | 190 | 0.98 | 0 | 0.19 | 0.08 | 168.26 | 0.96 | 0.47 |
| Hex | 5 | EB | BE | 62 | 0 | 13 | 8 | A8 | 60 | 2F |
| Octal | 5 | 353 | 276 | 142 | 0 | 23 | 10 | 250 | 140 | 57 |
| Binary | 101 | 11101011 | 10111110 | 1100010 | 0 | 10011 | 1000 | 10101000 | 1100000 | 101111 |
Color Harmonies of #05EBBE
Complementary color
Monochromatic Colors of #05EBBE
Black with #05EBBE
Text Example
Text Example
White with #05EBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EBBE; }
p { color: rgb(5,235,190); }
H1.HeaderClassName
{
color: #05EBBE;
}
.AnyTagClassName
{
color: #05EBBE;
}
</style>
background-color css
<style>
a { background-color: #05EBBE; }
a { background-color: rgb(5,235,190); }
div.DivClassName
{
background-color: #05EBBE;
}
.BgClassName
{
background-color: #05EBBE;
}
</style>
border-color css
<style>
span { border-color: #05EBBE; }
span { border-color: rgb(5,235,190); }
td.TdClassName
{
border-color: #05EBBE;
}
.TagClassName
{
border-color: #05EBBE;
}
</style>