Shades of Turquoise Blue #58E9FB
Tints of Turquoise Blue #58E9FB
RGB
CMYK
RGB Variations
Color information
#58E9FB (or 0x58E9FB) is known color: Turquoise Blue. HEX triplet: 58, E9 and FB. RGB value is (88,233,251). Sum of RGB (Red+Green+Blue) = 88+233+251=572 (75% of max value = 765). Red value is 88 (34.77% from 255 or 15.38% from 572); Green value is 233 (91.41% from 255 or 40.73% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #58E9FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58E9FB is #A71604. Grayscale: #BFBFBF. Windows color (decimal): -10950149 or 16509272. OLE color: 16509272.
HSL color Cylindrical-coordinate representation of color #58E9FB: hue angle of 186.63º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58E9FB is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 233 | 251 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.02 |
| HSL | 186.63º | 0.95% | 0.66% | - |
| HSV(B) | 186.63º | 0.65% | 0.98% | - |
| XYZ | 50.58 | 67.32 | 101.59 | - |
| YUV | 191.7 | 161.46 | 54.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 233 | 251 | 0.65 | 0.07 | 0 | 0.02 | 186.63 | 0.95 | 0.66 |
| Hex | 58 | E9 | FB | 41 | 7 | 0 | 2 | BB | 5F | 42 |
| Octal | 130 | 351 | 373 | 101 | 7 | 0 | 2 | 273 | 137 | 102 |
| Binary | 1011000 | 11101001 | 11111011 | 1000001 | 111 | 0 | 10 | 10111011 | 1011111 | 1000010 |
Color Harmonies of #58E9FB
Complementary color
Monochromatic Colors of #58E9FB
Black with #58E9FB
Text Example
Text Example
White with #58E9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58E9FB; }
p { color: rgb(88,233,251); }
H1.HeaderClassName
{
color: #58E9FB;
}
.AnyTagClassName
{
color: #58E9FB;
}
</style>
background-color css
<style>
a { background-color: #58E9FB; }
a { background-color: rgb(88,233,251); }
div.DivClassName
{
background-color: #58E9FB;
}
.BgClassName
{
background-color: #58E9FB;
}
</style>
border-color css
<style>
span { border-color: #58E9FB; }
span { border-color: rgb(88,233,251); }
td.TdClassName
{
border-color: #58E9FB;
}
.TagClassName
{
border-color: #58E9FB;
}
</style>