Shades of Turquoise Blue #58D1DD
Tints of Turquoise Blue #58D1DD
RGB
CMYK
RGB Variations
Color information
#58D1DD (or 0x58D1DD) is known color: Turquoise Blue. HEX triplet: 58, D1 and DD. RGB value is (88,209,221). Sum of RGB (Red+Green+Blue) = 88+209+221=518 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.99% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #58D1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D1DD is #A72E22. Grayscale: #AEAEAE. Windows color (decimal): -10956323 or 14537048. OLE color: 14537048.
HSL color Cylindrical-coordinate representation of color #58D1DD: hue angle of 185.41º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58D1DD is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 209 | 221 | - |
| CMYK | 0.60 | 0.05 | 0 | 0.13 |
| HSL | 185.41º | 0.66% | 0.61% | - |
| HSV(B) | 185.41º | 0.6% | 0.87% | - |
| XYZ | 39.88 | 52.9 | 76.51 | - |
| YUV | 174.19 | 154.41 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 209 | 221 | 0.60 | 0.05 | 0 | 0.13 | 185.41 | 0.66 | 0.61 |
| Hex | 58 | D1 | DD | 3C | 5 | 0 | D | B9 | 42 | 3D |
| Octal | 130 | 321 | 335 | 74 | 5 | 0 | 15 | 271 | 102 | 75 |
| Binary | 1011000 | 11010001 | 11011101 | 111100 | 101 | 0 | 1101 | 10111001 | 1000010 | 111101 |
Color Harmonies of #58D1DD
Complementary color
Monochromatic Colors of #58D1DD
Black with #58D1DD
Text Example
Text Example
White with #58D1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D1DD; }
p { color: rgb(88,209,221); }
H1.HeaderClassName
{
color: #58D1DD;
}
.AnyTagClassName
{
color: #58D1DD;
}
</style>
background-color css
<style>
a { background-color: #58D1DD; }
a { background-color: rgb(88,209,221); }
div.DivClassName
{
background-color: #58D1DD;
}
.BgClassName
{
background-color: #58D1DD;
}
</style>
border-color css
<style>
span { border-color: #58D1DD; }
span { border-color: rgb(88,209,221); }
td.TdClassName
{
border-color: #58D1DD;
}
.TagClassName
{
border-color: #58D1DD;
}
</style>