Shades of Turquoise Blue #58D2F8
Tints of Turquoise Blue #58D2F8
RGB
CMYK
RGB Variations
Color information
#58D2F8 (or 0x58D2F8) is known color: Turquoise Blue. HEX triplet: 58, D2 and F8. RGB value is (88,210,248). Sum of RGB (Red+Green+Blue) = 88+210+248=546 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.12% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 248 (97.27% from 255 or 45.42% from 546); Max value from RGB is 248 - color contains mainly: blue. Hex color #58D2F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58D2F8 is #A72D07. Grayscale: #B1B1B1. Windows color (decimal): -10956040 or 16306776. OLE color: 16306776.
HSL color Cylindrical-coordinate representation of color #58D2F8: hue angle of 194.25º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58D2F8 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 88 | 210 | 248 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.03 |
| HSL | 194.25º | 0.92% | 0.66% | - |
| HSV(B) | 194.25º | 0.65% | 0.97% | - |
| XYZ | 44.01 | 54.95 | 97.09 | - |
| YUV | 177.85 | 167.58 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 210 | 248 | 0.65 | 0.15 | 0 | 0.03 | 194.25 | 0.92 | 0.66 |
| Hex | 58 | D2 | F8 | 41 | F | 0 | 3 | C2 | 5C | 42 |
| Octal | 130 | 322 | 370 | 101 | 17 | 0 | 3 | 302 | 134 | 102 |
| Binary | 1011000 | 11010010 | 11111000 | 1000001 | 1111 | 0 | 11 | 11000010 | 1011100 | 1000010 |
Color Harmonies of #58D2F8
Complementary color
Monochromatic Colors of #58D2F8
Black with #58D2F8
Text Example
Text Example
White with #58D2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D2F8; }
p { color: rgb(88,210,248); }
H1.HeaderClassName
{
color: #58D2F8;
}
.AnyTagClassName
{
color: #58D2F8;
}
</style>
background-color css
<style>
a { background-color: #58D2F8; }
a { background-color: rgb(88,210,248); }
div.DivClassName
{
background-color: #58D2F8;
}
.BgClassName
{
background-color: #58D2F8;
}
</style>
border-color css
<style>
span { border-color: #58D2F8; }
span { border-color: rgb(88,210,248); }
td.TdClassName
{
border-color: #58D2F8;
}
.TagClassName
{
border-color: #58D2F8;
}
</style>