Shades of Turquoise Blue #58D9F1
Tints of Turquoise Blue #58D9F1
RGB
CMYK
RGB Variations
Color information
#58D9F1 (or 0x58D9F1) is known color: Turquoise Blue. HEX triplet: 58, D9 and F1. RGB value is (88,217,241). Sum of RGB (Red+Green+Blue) = 88+217+241=546 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.12% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #58D9F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58D9F1 is #A7260E. Grayscale: #B4B4B4. Windows color (decimal): -10954255 or 15849816. OLE color: 15849816.
HSL color Cylindrical-coordinate representation of color #58D9F1: hue angle of 189.41º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58D9F1 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 217 | 241 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.05 |
| HSL | 189.41º | 0.85% | 0.65% | - |
| HSV(B) | 189.41º | 0.63% | 0.95% | - |
| XYZ | 44.71 | 58.05 | 92.07 | - |
| YUV | 181.17 | 161.76 | 61.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 217 | 241 | 0.63 | 0.10 | 0 | 0.05 | 189.41 | 0.85 | 0.65 |
| Hex | 58 | D9 | F1 | 3F | A | 0 | 5 | BD | 55 | 41 |
| Octal | 130 | 331 | 361 | 77 | 12 | 0 | 5 | 275 | 125 | 101 |
| Binary | 1011000 | 11011001 | 11110001 | 111111 | 1010 | 0 | 101 | 10111101 | 1010101 | 1000001 |
Color Harmonies of #58D9F1
Complementary color
Monochromatic Colors of #58D9F1
Black with #58D9F1
Text Example
Text Example
White with #58D9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D9F1; }
p { color: rgb(88,217,241); }
H1.HeaderClassName
{
color: #58D9F1;
}
.AnyTagClassName
{
color: #58D9F1;
}
</style>
background-color css
<style>
a { background-color: #58D9F1; }
a { background-color: rgb(88,217,241); }
div.DivClassName
{
background-color: #58D9F1;
}
.BgClassName
{
background-color: #58D9F1;
}
</style>
border-color css
<style>
span { border-color: #58D9F1; }
span { border-color: rgb(88,217,241); }
td.TdClassName
{
border-color: #58D9F1;
}
.TagClassName
{
border-color: #58D9F1;
}
</style>