Shades of Turquoise Blue #58D8FE
Tints of Turquoise Blue #58D8FE
RGB
CMYK
RGB Variations
Color information
#58D8FE (or 0x58D8FE) is known color: Turquoise Blue. HEX triplet: 58, D8 and FE. RGB value is (88,216,254). Sum of RGB (Red+Green+Blue) = 88+216+254=558 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.77% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #58D8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58D8FE is #A72701. Grayscale: #B5B5B5. Windows color (decimal): -10954498 or 16701528. OLE color: 16701528.
HSL color Cylindrical-coordinate representation of color #58D8FE: hue angle of 193.73º 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 #58D8FE is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 216 | 254 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.00 |
| HSL | 193.73º | 0.99% | 0.67% | - |
| HSV(B) | 193.73º | 0.65% | 1% | - |
| XYZ | 46.47 | 58.34 | 102.58 | - |
| YUV | 182.06 | 168.59 | 60.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 216 | 254 | 0.65 | 0.15 | 0 | 0.00 | 193.73 | 0.99 | 0.67 |
| Hex | 58 | D8 | FE | 41 | F | 0 | 0 | C2 | 63 | 43 |
| Octal | 130 | 330 | 376 | 101 | 17 | 0 | 0 | 302 | 143 | 103 |
| Binary | 1011000 | 11011000 | 11111110 | 1000001 | 1111 | 0 | 0 | 11000010 | 1100011 | 1000011 |
Color Harmonies of #58D8FE
Complementary color
Monochromatic Colors of #58D8FE
Black with #58D8FE
Text Example
Text Example
White with #58D8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D8FE; }
p { color: rgb(88,216,254); }
H1.HeaderClassName
{
color: #58D8FE;
}
.AnyTagClassName
{
color: #58D8FE;
}
</style>
background-color css
<style>
a { background-color: #58D8FE; }
a { background-color: rgb(88,216,254); }
div.DivClassName
{
background-color: #58D8FE;
}
.BgClassName
{
background-color: #58D8FE;
}
</style>
border-color css
<style>
span { border-color: #58D8FE; }
span { border-color: rgb(88,216,254); }
td.TdClassName
{
border-color: #58D8FE;
}
.TagClassName
{
border-color: #58D8FE;
}
</style>