Shades of Turquoise Blue #58EBE5
Tints of Turquoise Blue #58EBE5
RGB
CMYK
RGB Variations
Color information
#58EBE5 (or 0x58EBE5) is known color: Turquoise Blue. HEX triplet: 58, EB and E5. RGB value is (88,235,229). Sum of RGB (Red+Green+Blue) = 88+235+229=552 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.94% from 552); Green value is 235 (92.19% from 255 or 42.57% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 235 - color contains mainly: green. Hex color #58EBE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EBE5 is #A7141A. Grayscale: #BEBEBE. Windows color (decimal): -10949659 or 15067992. OLE color: 15067992.
HSL color Cylindrical-coordinate representation of color #58EBE5: hue angle of 177.55º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58EBE5 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 235 | 229 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.08 |
| HSL | 177.55º | 0.79% | 0.63% | - |
| HSV(B) | 177.55º | 0.63% | 0.92% | - |
| XYZ | 47.88 | 67.15 | 84.57 | - |
| YUV | 190.36 | 149.8 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 235 | 229 | 0.63 | 0 | 0.03 | 0.08 | 177.55 | 0.79 | 0.63 |
| Hex | 58 | EB | E5 | 3F | 0 | 3 | 8 | B2 | 4F | 3F |
| Octal | 130 | 353 | 345 | 77 | 0 | 3 | 10 | 262 | 117 | 77 |
| Binary | 1011000 | 11101011 | 11100101 | 111111 | 0 | 11 | 1000 | 10110010 | 1001111 | 111111 |
Color Harmonies of #58EBE5
Complementary color
Monochromatic Colors of #58EBE5
Black with #58EBE5
Text Example
Text Example
White with #58EBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EBE5; }
p { color: rgb(88,235,229); }
H1.HeaderClassName
{
color: #58EBE5;
}
.AnyTagClassName
{
color: #58EBE5;
}
</style>
background-color css
<style>
a { background-color: #58EBE5; }
a { background-color: rgb(88,235,229); }
div.DivClassName
{
background-color: #58EBE5;
}
.BgClassName
{
background-color: #58EBE5;
}
</style>
border-color css
<style>
span { border-color: #58EBE5; }
span { border-color: rgb(88,235,229); }
td.TdClassName
{
border-color: #58EBE5;
}
.TagClassName
{
border-color: #58EBE5;
}
</style>