Shades of Turquoise Blue #58D8F7
Tints of Turquoise Blue #58D8F7
RGB
CMYK
RGB Variations
Color information
#58D8F7 (or 0x58D8F7) is known color: Turquoise Blue. HEX triplet: 58, D8 and F7. RGB value is (88,216,247). Sum of RGB (Red+Green+Blue) = 88+216+247=551 (72% of max value = 765). Red value is 88 (34.77% from 255 or 15.97% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 247 (96.88% from 255 or 44.83% from 551); Max value from RGB is 247 - color contains mainly: blue. Hex color #58D8F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58D8F7 is #A72708. Grayscale: #B5B5B5. Windows color (decimal): -10954505 or 16242776. OLE color: 16242776.
HSL color Cylindrical-coordinate representation of color #58D8F7: hue angle of 191.7º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58D8F7 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 88 | 216 | 247 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.03 |
| HSL | 191.7º | 0.91% | 0.66% | - |
| HSV(B) | 191.7º | 0.64% | 0.97% | - |
| XYZ | 45.37 | 57.9 | 96.78 | - |
| YUV | 181.26 | 165.09 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 216 | 247 | 0.64 | 0.13 | 0 | 0.03 | 191.7 | 0.91 | 0.66 |
| Hex | 58 | D8 | F7 | 40 | D | 0 | 3 | C0 | 5B | 42 |
| Octal | 130 | 330 | 367 | 100 | 15 | 0 | 3 | 300 | 133 | 102 |
| Binary | 1011000 | 11011000 | 11110111 | 1000000 | 1101 | 0 | 11 | 11000000 | 1011011 | 1000010 |
Color Harmonies of #58D8F7
Complementary color
Monochromatic Colors of #58D8F7
Black with #58D8F7
Text Example
Text Example
White with #58D8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D8F7; }
p { color: rgb(88,216,247); }
H1.HeaderClassName
{
color: #58D8F7;
}
.AnyTagClassName
{
color: #58D8F7;
}
</style>
background-color css
<style>
a { background-color: #58D8F7; }
a { background-color: rgb(88,216,247); }
div.DivClassName
{
background-color: #58D8F7;
}
.BgClassName
{
background-color: #58D8F7;
}
</style>
border-color css
<style>
span { border-color: #58D8F7; }
span { border-color: rgb(88,216,247); }
td.TdClassName
{
border-color: #58D8F7;
}
.TagClassName
{
border-color: #58D8F7;
}
</style>