Shades of Turquoise Blue #58E2FE
Tints of Turquoise Blue #58E2FE
RGB
CMYK
RGB Variations
Color information
#58E2FE (or 0x58E2FE) is known color: Turquoise Blue. HEX triplet: 58, E2 and FE. RGB value is (88,226,254). Sum of RGB (Red+Green+Blue) = 88+226+254=568 (75% of max value = 765). Red value is 88 (34.77% from 255 or 15.49% from 568); Green value is 226 (88.67% from 255 or 39.79% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #58E2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58E2FE is #A71D01. Grayscale: #BBBBBB. Windows color (decimal): -10951938 or 16704088. OLE color: 16704088.
HSL color Cylindrical-coordinate representation of color #58E2FE: hue angle of 190.12º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58E2FE is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 226 | 254 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.00 |
| HSL | 190.12º | 0.99% | 0.67% | - |
| HSV(B) | 190.12º | 0.65% | 1% | - |
| XYZ | 49.11 | 63.62 | 103.46 | - |
| YUV | 187.93 | 165.28 | 56.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 226 | 254 | 0.65 | 0.11 | 0 | 0.00 | 190.12 | 0.99 | 0.67 |
| Hex | 58 | E2 | FE | 41 | B | 0 | 0 | BE | 63 | 43 |
| Octal | 130 | 342 | 376 | 101 | 13 | 0 | 0 | 276 | 143 | 103 |
| Binary | 1011000 | 11100010 | 11111110 | 1000001 | 1011 | 0 | 0 | 10111110 | 1100011 | 1000011 |
Color Harmonies of #58E2FE
Complementary color
Monochromatic Colors of #58E2FE
Black with #58E2FE
Text Example
Text Example
White with #58E2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58E2FE; }
p { color: rgb(88,226,254); }
H1.HeaderClassName
{
color: #58E2FE;
}
.AnyTagClassName
{
color: #58E2FE;
}
</style>
background-color css
<style>
a { background-color: #58E2FE; }
a { background-color: rgb(88,226,254); }
div.DivClassName
{
background-color: #58E2FE;
}
.BgClassName
{
background-color: #58E2FE;
}
</style>
border-color css
<style>
span { border-color: #58E2FE; }
span { border-color: rgb(88,226,254); }
td.TdClassName
{
border-color: #58E2FE;
}
.TagClassName
{
border-color: #58E2FE;
}
</style>