Shades of Turquoise Blue #58D8F0
Tints of Turquoise Blue #58D8F0
RGB
CMYK
RGB Variations
Color information
#58D8F0 (or 0x58D8F0) is known color: Turquoise Blue. HEX triplet: 58, D8 and F0. RGB value is (88,216,240). Sum of RGB (Red+Green+Blue) = 88+216+240=544 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.18% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #58D8F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58D8F0 is #A7270F. Grayscale: #B4B4B4. Windows color (decimal): -10954512 or 15784024. OLE color: 15784024.
HSL color Cylindrical-coordinate representation of color #58D8F0: hue angle of 189.47º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58D8F0 is Cyan = 0.63, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 216 | 240 | - |
| CMYK | 0.63 | 0.1 | 0 | 0.06 |
| HSL | 189.47º | 0.84% | 0.64% | - |
| HSV(B) | 189.47º | 0.63% | 0.94% | - |
| XYZ | 44.31 | 57.48 | 91.2 | - |
| YUV | 180.46 | 161.59 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 216 | 240 | 0.63 | 0.1 | 0 | 0.06 | 189.47 | 0.84 | 0.64 |
| Hex | 58 | D8 | F0 | 3F | A | 0 | 6 | BD | 54 | 40 |
| Octal | 130 | 330 | 360 | 77 | 12 | 0 | 6 | 275 | 124 | 100 |
| Binary | 1011000 | 11011000 | 11110000 | 111111 | 1010 | 0 | 110 | 10111101 | 1010100 | 1000000 |
Color Harmonies of #58D8F0
Complementary color
Monochromatic Colors of #58D8F0
Black with #58D8F0
Text Example
Text Example
White with #58D8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D8F0; }
p { color: rgb(88,216,240); }
H1.HeaderClassName
{
color: #58D8F0;
}
.AnyTagClassName
{
color: #58D8F0;
}
</style>
background-color css
<style>
a { background-color: #58D8F0; }
a { background-color: rgb(88,216,240); }
div.DivClassName
{
background-color: #58D8F0;
}
.BgClassName
{
background-color: #58D8F0;
}
</style>
border-color css
<style>
span { border-color: #58D8F0; }
span { border-color: rgb(88,216,240); }
td.TdClassName
{
border-color: #58D8F0;
}
.TagClassName
{
border-color: #58D8F0;
}
</style>