Shades of Turquoise Blue #58E9EF
Tints of Turquoise Blue #58E9EF
RGB
CMYK
RGB Variations
Color information
#58E9EF (or 0x58E9EF) is known color: Turquoise Blue. HEX triplet: 58, E9 and EF. RGB value is (88,233,239). Sum of RGB (Red+Green+Blue) = 88+233+239=560 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.71% from 560); Green value is 233 (91.41% from 255 or 41.61% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #58E9EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58E9EF is #A71610. Grayscale: #BEBEBE. Windows color (decimal): -10950161 or 15722840. OLE color: 15722840.
HSL color Cylindrical-coordinate representation of color #58E9EF: hue angle of 182.38º degrees, saturation: 0.83, 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 #58E9EF is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 233 | 239 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.06 |
| HSL | 182.38º | 0.83% | 0.64% | - |
| HSV(B) | 182.38º | 0.63% | 0.94% | - |
| XYZ | 48.74 | 66.58 | 91.94 | - |
| YUV | 190.33 | 155.46 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 233 | 239 | 0.63 | 0.03 | 0 | 0.06 | 182.38 | 0.83 | 0.64 |
| Hex | 58 | E9 | EF | 3F | 3 | 0 | 6 | B6 | 53 | 40 |
| Octal | 130 | 351 | 357 | 77 | 3 | 0 | 6 | 266 | 123 | 100 |
| Binary | 1011000 | 11101001 | 11101111 | 111111 | 11 | 0 | 110 | 10110110 | 1010011 | 1000000 |
Color Harmonies of #58E9EF
Complementary color
Monochromatic Colors of #58E9EF
Black with #58E9EF
Text Example
Text Example
White with #58E9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58E9EF; }
p { color: rgb(88,233,239); }
H1.HeaderClassName
{
color: #58E9EF;
}
.AnyTagClassName
{
color: #58E9EF;
}
</style>
background-color css
<style>
a { background-color: #58E9EF; }
a { background-color: rgb(88,233,239); }
div.DivClassName
{
background-color: #58E9EF;
}
.BgClassName
{
background-color: #58E9EF;
}
</style>
border-color css
<style>
span { border-color: #58E9EF; }
span { border-color: rgb(88,233,239); }
td.TdClassName
{
border-color: #58E9EF;
}
.TagClassName
{
border-color: #58E9EF;
}
</style>