Shades of Turquoise Blue #58D8FF
Tints of Turquoise Blue #58D8FF
RGB
CMYK
RGB Variations
Color information
#58D8FF (or 0x58D8FF) is known color: Turquoise Blue. HEX triplet: 58, D8 and FF. RGB value is (88,216,255). Sum of RGB (Red+Green+Blue) = 88+216+255=559 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.74% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #58D8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58D8FF is #A72700. Grayscale: #B5B5B5. Windows color (decimal): -10954497 or 16767064. OLE color: 16767064.
HSL color Cylindrical-coordinate representation of color #58D8FF: hue angle of 194.01º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58D8FF is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 216 | 255 | - |
| CMYK | 0.65 | 0.15 | 0 | 0 |
| HSL | 194.01º | 1% | 0.67% | - |
| HSV(B) | 194.01º | 0.65% | 1% | - |
| XYZ | 46.63 | 58.41 | 103.42 | - |
| YUV | 182.17 | 169.09 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 216 | 255 | 0.65 | 0.15 | 0 | 0 | 194.01 | 1 | 0.67 |
| Hex | 58 | D8 | FF | 41 | F | 0 | 0 | C2 | 64 | 43 |
| Octal | 130 | 330 | 377 | 101 | 17 | 0 | 0 | 302 | 144 | 103 |
| Binary | 1011000 | 11011000 | 11111111 | 1000001 | 1111 | 0 | 0 | 11000010 | 1100100 | 1000011 |
Color Harmonies of #58D8FF
Complementary color
Monochromatic Colors of #58D8FF
Black with #58D8FF
Text Example
Text Example
White with #58D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D8FF; }
p { color: rgb(88,216,255); }
H1.HeaderClassName
{
color: #58D8FF;
}
.AnyTagClassName
{
color: #58D8FF;
}
</style>
background-color css
<style>
a { background-color: #58D8FF; }
a { background-color: rgb(88,216,255); }
div.DivClassName
{
background-color: #58D8FF;
}
.BgClassName
{
background-color: #58D8FF;
}
</style>
border-color css
<style>
span { border-color: #58D8FF; }
span { border-color: rgb(88,216,255); }
td.TdClassName
{
border-color: #58D8FF;
}
.TagClassName
{
border-color: #58D8FF;
}
</style>