Shades of Turquoise Blue #58F0EC
Tints of Turquoise Blue #58F0EC
RGB
CMYK
RGB Variations
Color information
#58F0EC (or 0x58F0EC) is known color: Turquoise Blue. HEX triplet: 58, F0 and EC. RGB value is (88,240,236). Sum of RGB (Red+Green+Blue) = 88+240+236=564 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.60% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 240 - color contains mainly: green. Hex color #58F0EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58F0EC is #A70F13. Grayscale: #C1C1C1. Windows color (decimal): -10948372 or 15528024. OLE color: 15528024.
HSL color Cylindrical-coordinate representation of color #58F0EC: hue angle of 178.42º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58F0EC is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 240 | 236 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.06 |
| HSL | 178.42º | 0.84% | 0.64% | - |
| HSV(B) | 178.42º | 0.63% | 0.94% | - |
| XYZ | 50.32 | 70.45 | 90.3 | - |
| YUV | 194.1 | 151.64 | 52.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 240 | 236 | 0.63 | 0 | 0.02 | 0.06 | 178.42 | 0.84 | 0.64 |
| Hex | 58 | F0 | EC | 3F | 0 | 2 | 6 | B2 | 54 | 40 |
| Octal | 130 | 360 | 354 | 77 | 0 | 2 | 6 | 262 | 124 | 100 |
| Binary | 1011000 | 11110000 | 11101100 | 111111 | 0 | 10 | 110 | 10110010 | 1010100 | 1000000 |
Color Harmonies of #58F0EC
Complementary color
Monochromatic Colors of #58F0EC
Black with #58F0EC
Text Example
Text Example
White with #58F0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F0EC; }
p { color: rgb(88,240,236); }
H1.HeaderClassName
{
color: #58F0EC;
}
.AnyTagClassName
{
color: #58F0EC;
}
</style>
background-color css
<style>
a { background-color: #58F0EC; }
a { background-color: rgb(88,240,236); }
div.DivClassName
{
background-color: #58F0EC;
}
.BgClassName
{
background-color: #58F0EC;
}
</style>
border-color css
<style>
span { border-color: #58F0EC; }
span { border-color: rgb(88,240,236); }
td.TdClassName
{
border-color: #58F0EC;
}
.TagClassName
{
border-color: #58F0EC;
}
</style>