Shades of Turquoise Blue #58EAE0
Tints of Turquoise Blue #58EAE0
RGB
CMYK
RGB Variations
Color information
#58EAE0 (or 0x58EAE0) is known color: Turquoise Blue. HEX triplet: 58, EA and E0. RGB value is (88,234,224). Sum of RGB (Red+Green+Blue) = 88+234+224=546 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.12% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 224 (87.89% from 255 or 41.03% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #58EAE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EAE0 is #A7151F. Grayscale: #BDBDBD. Windows color (decimal): -10949920 or 14740056. OLE color: 14740056.
HSL color Cylindrical-coordinate representation of color #58EAE0: hue angle of 175.89º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58EAE0 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 234 | 224 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.08 |
| HSL | 175.89º | 0.78% | 0.63% | - |
| HSV(B) | 175.89º | 0.62% | 0.92% | - |
| XYZ | 46.9 | 66.3 | 80.85 | - |
| YUV | 189.21 | 147.63 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 234 | 224 | 0.62 | 0 | 0.04 | 0.08 | 175.89 | 0.78 | 0.63 |
| Hex | 58 | EA | E0 | 3E | 0 | 4 | 8 | B0 | 4E | 3F |
| Octal | 130 | 352 | 340 | 76 | 0 | 4 | 10 | 260 | 116 | 77 |
| Binary | 1011000 | 11101010 | 11100000 | 111110 | 0 | 100 | 1000 | 10110000 | 1001110 | 111111 |
Color Harmonies of #58EAE0
Complementary color
Monochromatic Colors of #58EAE0
Black with #58EAE0
Text Example
Text Example
White with #58EAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EAE0; }
p { color: rgb(88,234,224); }
H1.HeaderClassName
{
color: #58EAE0;
}
.AnyTagClassName
{
color: #58EAE0;
}
</style>
background-color css
<style>
a { background-color: #58EAE0; }
a { background-color: rgb(88,234,224); }
div.DivClassName
{
background-color: #58EAE0;
}
.BgClassName
{
background-color: #58EAE0;
}
</style>
border-color css
<style>
span { border-color: #58EAE0; }
span { border-color: rgb(88,234,224); }
td.TdClassName
{
border-color: #58EAE0;
}
.TagClassName
{
border-color: #58EAE0;
}
</style>