Shades of Turquoise Blue #58D8EE
Tints of Turquoise Blue #58D8EE
RGB
CMYK
RGB Variations
Color information
#58D8EE (or 0x58D8EE) is known color: Turquoise Blue. HEX triplet: 58, D8 and EE. RGB value is (88,216,238). Sum of RGB (Red+Green+Blue) = 88+216+238=542 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.24% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #58D8EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58D8EE is #A72711. Grayscale: #B4B4B4. Windows color (decimal): -10954514 or 15652952. OLE color: 15652952.
HSL color Cylindrical-coordinate representation of color #58D8EE: hue angle of 188.8º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58D8EE is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 216 | 238 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.07 |
| HSL | 188.8º | 0.82% | 0.64% | - |
| HSV(B) | 188.8º | 0.63% | 0.93% | - |
| XYZ | 44.01 | 57.36 | 89.64 | - |
| YUV | 180.24 | 160.59 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 216 | 238 | 0.63 | 0.09 | 0 | 0.07 | 188.8 | 0.82 | 0.64 |
| Hex | 58 | D8 | EE | 3F | 9 | 0 | 7 | BD | 52 | 40 |
| Octal | 130 | 330 | 356 | 77 | 11 | 0 | 7 | 275 | 122 | 100 |
| Binary | 1011000 | 11011000 | 11101110 | 111111 | 1001 | 0 | 111 | 10111101 | 1010010 | 1000000 |
Color Harmonies of #58D8EE
Complementary color
Monochromatic Colors of #58D8EE
Black with #58D8EE
Text Example
Text Example
White with #58D8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D8EE; }
p { color: rgb(88,216,238); }
H1.HeaderClassName
{
color: #58D8EE;
}
.AnyTagClassName
{
color: #58D8EE;
}
</style>
background-color css
<style>
a { background-color: #58D8EE; }
a { background-color: rgb(88,216,238); }
div.DivClassName
{
background-color: #58D8EE;
}
.BgClassName
{
background-color: #58D8EE;
}
</style>
border-color css
<style>
span { border-color: #58D8EE; }
span { border-color: rgb(88,216,238); }
td.TdClassName
{
border-color: #58D8EE;
}
.TagClassName
{
border-color: #58D8EE;
}
</style>