Shades of Turquoise Blue #58E2FF
Tints of Turquoise Blue #58E2FF
RGB
CMYK
RGB Variations
Color information
#58E2FF (or 0x58E2FF) is known color: Turquoise Blue. HEX triplet: 58, E2 and FF. RGB value is (88,226,255). Sum of RGB (Red+Green+Blue) = 88+226+255=569 (75% of max value = 765). Red value is 88 (34.77% from 255 or 15.47% from 569); Green value is 226 (88.67% from 255 or 39.72% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #58E2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58E2FF is #A71D00. Grayscale: #BBBBBB. Windows color (decimal): -10951937 or 16769624. OLE color: 16769624.
HSL color Cylindrical-coordinate representation of color #58E2FF: hue angle of 190.42º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58E2FF is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 226 | 255 | - |
| CMYK | 0.65 | 0.11 | 0 | 0 |
| HSL | 190.42º | 1% | 0.67% | - |
| HSV(B) | 190.42º | 0.65% | 1% | - |
| XYZ | 49.27 | 63.69 | 104.3 | - |
| YUV | 188.04 | 165.78 | 56.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 226 | 255 | 0.65 | 0.11 | 0 | 0 | 190.42 | 1 | 0.67 |
| Hex | 58 | E2 | FF | 41 | B | 0 | 0 | BE | 64 | 43 |
| Octal | 130 | 342 | 377 | 101 | 13 | 0 | 0 | 276 | 144 | 103 |
| Binary | 1011000 | 11100010 | 11111111 | 1000001 | 1011 | 0 | 0 | 10111110 | 1100100 | 1000011 |
Color Harmonies of #58E2FF
Complementary color
Monochromatic Colors of #58E2FF
Black with #58E2FF
Text Example
Text Example
White with #58E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58E2FF; }
p { color: rgb(88,226,255); }
H1.HeaderClassName
{
color: #58E2FF;
}
.AnyTagClassName
{
color: #58E2FF;
}
</style>
background-color css
<style>
a { background-color: #58E2FF; }
a { background-color: rgb(88,226,255); }
div.DivClassName
{
background-color: #58E2FF;
}
.BgClassName
{
background-color: #58E2FF;
}
</style>
border-color css
<style>
span { border-color: #58E2FF; }
span { border-color: rgb(88,226,255); }
td.TdClassName
{
border-color: #58E2FF;
}
.TagClassName
{
border-color: #58E2FF;
}
</style>