Shades of Turquoise Blue #58D5F0
Tints of Turquoise Blue #58D5F0
RGB
CMYK
RGB Variations
Color information
#58D5F0 (or 0x58D5F0) is known color: Turquoise Blue. HEX triplet: 58, D5 and F0. RGB value is (88,213,240). Sum of RGB (Red+Green+Blue) = 88+213+240=541 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.27% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: blue. Hex color #58D5F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58D5F0 is #A72A0F. Grayscale: #B2B2B2. Windows color (decimal): -10955280 or 15783256. OLE color: 15783256.
HSL color Cylindrical-coordinate representation of color #58D5F0: hue angle of 190.66º 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 #58D5F0 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 213 | 240 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.06 |
| HSL | 190.66º | 0.84% | 0.64% | - |
| HSV(B) | 190.66º | 0.63% | 0.94% | - |
| XYZ | 43.55 | 55.95 | 90.94 | - |
| YUV | 178.7 | 162.59 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 213 | 240 | 0.63 | 0.11 | 0 | 0.06 | 190.66 | 0.84 | 0.64 |
| Hex | 58 | D5 | F0 | 3F | B | 0 | 6 | BF | 54 | 40 |
| Octal | 130 | 325 | 360 | 77 | 13 | 0 | 6 | 277 | 124 | 100 |
| Binary | 1011000 | 11010101 | 11110000 | 111111 | 1011 | 0 | 110 | 10111111 | 1010100 | 1000000 |
Color Harmonies of #58D5F0
Complementary color
Monochromatic Colors of #58D5F0
Black with #58D5F0
Text Example
Text Example
White with #58D5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D5F0; }
p { color: rgb(88,213,240); }
H1.HeaderClassName
{
color: #58D5F0;
}
.AnyTagClassName
{
color: #58D5F0;
}
</style>
background-color css
<style>
a { background-color: #58D5F0; }
a { background-color: rgb(88,213,240); }
div.DivClassName
{
background-color: #58D5F0;
}
.BgClassName
{
background-color: #58D5F0;
}
</style>
border-color css
<style>
span { border-color: #58D5F0; }
span { border-color: rgb(88,213,240); }
td.TdClassName
{
border-color: #58D5F0;
}
.TagClassName
{
border-color: #58D5F0;
}
</style>