Shades of Turquoise Blue #58D2F7
Tints of Turquoise Blue #58D2F7
RGB
CMYK
RGB Variations
Color information
#58D2F7 (or 0x58D2F7) is known color: Turquoise Blue. HEX triplet: 58, D2 and F7. RGB value is (88,210,247). Sum of RGB (Red+Green+Blue) = 88+210+247=545 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.15% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 247 (96.88% from 255 or 45.32% from 545); Max value from RGB is 247 - color contains mainly: blue. Hex color #58D2F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58D2F7 is #A72D08. Grayscale: #B1B1B1. Windows color (decimal): -10956041 or 16241240. OLE color: 16241240.
HSL color Cylindrical-coordinate representation of color #58D2F7: hue angle of 193.96º 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 #58D2F7 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 88 | 210 | 247 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.03 |
| HSL | 193.96º | 0.91% | 0.66% | - |
| HSV(B) | 193.96º | 0.64% | 0.97% | - |
| XYZ | 43.86 | 54.88 | 96.28 | - |
| YUV | 177.74 | 167.08 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 210 | 247 | 0.64 | 0.15 | 0 | 0.03 | 193.96 | 0.91 | 0.66 |
| Hex | 58 | D2 | F7 | 40 | F | 0 | 3 | C2 | 5B | 42 |
| Octal | 130 | 322 | 367 | 100 | 17 | 0 | 3 | 302 | 133 | 102 |
| Binary | 1011000 | 11010010 | 11110111 | 1000000 | 1111 | 0 | 11 | 11000010 | 1011011 | 1000010 |
Color Harmonies of #58D2F7
Complementary color
Monochromatic Colors of #58D2F7
Black with #58D2F7
Text Example
Text Example
White with #58D2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D2F7; }
p { color: rgb(88,210,247); }
H1.HeaderClassName
{
color: #58D2F7;
}
.AnyTagClassName
{
color: #58D2F7;
}
</style>
background-color css
<style>
a { background-color: #58D2F7; }
a { background-color: rgb(88,210,247); }
div.DivClassName
{
background-color: #58D2F7;
}
.BgClassName
{
background-color: #58D2F7;
}
</style>
border-color css
<style>
span { border-color: #58D2F7; }
span { border-color: rgb(88,210,247); }
td.TdClassName
{
border-color: #58D2F7;
}
.TagClassName
{
border-color: #58D2F7;
}
</style>