Shades of Turquoise Blue #58E1FC
Tints of Turquoise Blue #58E1FC
RGB
CMYK
RGB Variations
Color information
#58E1FC (or 0x58E1FC) is known color: Turquoise Blue. HEX triplet: 58, E1 and FC. RGB value is (88,225,252). Sum of RGB (Red+Green+Blue) = 88+225+252=565 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.58% from 565); Green value is 225 (88.28% from 255 or 39.82% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #58E1FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58E1FC is #A71E03. Grayscale: #BABABA. Windows color (decimal): -10952196 or 16572760. OLE color: 16572760.
HSL color Cylindrical-coordinate representation of color #58E1FC: hue angle of 189.88º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58E1FC is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 225 | 252 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.01 |
| HSL | 189.88º | 0.96% | 0.67% | - |
| HSV(B) | 189.88º | 0.65% | 0.99% | - |
| XYZ | 48.52 | 62.95 | 101.69 | - |
| YUV | 187.12 | 164.61 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 225 | 252 | 0.65 | 0.11 | 0 | 0.01 | 189.88 | 0.96 | 0.67 |
| Hex | 58 | E1 | FC | 41 | B | 0 | 1 | BE | 60 | 43 |
| Octal | 130 | 341 | 374 | 101 | 13 | 0 | 1 | 276 | 140 | 103 |
| Binary | 1011000 | 11100001 | 11111100 | 1000001 | 1011 | 0 | 1 | 10111110 | 1100000 | 1000011 |
Color Harmonies of #58E1FC
Complementary color
Monochromatic Colors of #58E1FC
Black with #58E1FC
Text Example
Text Example
White with #58E1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58E1FC; }
p { color: rgb(88,225,252); }
H1.HeaderClassName
{
color: #58E1FC;
}
.AnyTagClassName
{
color: #58E1FC;
}
</style>
background-color css
<style>
a { background-color: #58E1FC; }
a { background-color: rgb(88,225,252); }
div.DivClassName
{
background-color: #58E1FC;
}
.BgClassName
{
background-color: #58E1FC;
}
</style>
border-color css
<style>
span { border-color: #58E1FC; }
span { border-color: rgb(88,225,252); }
td.TdClassName
{
border-color: #58E1FC;
}
.TagClassName
{
border-color: #58E1FC;
}
</style>