Shades of Turquoise Blue #58D6DD
Tints of Turquoise Blue #58D6DD
RGB
CMYK
RGB Variations
Color information
#58D6DD (or 0x58D6DD) is known color: Turquoise Blue. HEX triplet: 58, D6 and DD. RGB value is (88,214,221). Sum of RGB (Red+Green+Blue) = 88+214+221=523 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.83% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #58D6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D6DD is #A72922. Grayscale: #B0B0B0. Windows color (decimal): -10955043 or 14538328. OLE color: 14538328.
HSL color Cylindrical-coordinate representation of color #58D6DD: hue angle of 183.16º 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 #58D6DD is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 214 | 221 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.13 |
| HSL | 183.16º | 0.66% | 0.61% | - |
| HSV(B) | 183.16º | 0.6% | 0.87% | - |
| XYZ | 41.12 | 55.39 | 76.93 | - |
| YUV | 177.12 | 152.76 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 214 | 221 | 0.60 | 0.03 | 0 | 0.13 | 183.16 | 0.66 | 0.61 |
| Hex | 58 | D6 | DD | 3C | 3 | 0 | D | B7 | 42 | 3D |
| Octal | 130 | 326 | 335 | 74 | 3 | 0 | 15 | 267 | 102 | 75 |
| Binary | 1011000 | 11010110 | 11011101 | 111100 | 11 | 0 | 1101 | 10110111 | 1000010 | 111101 |
Color Harmonies of #58D6DD
Complementary color
Monochromatic Colors of #58D6DD
Black with #58D6DD
Text Example
Text Example
White with #58D6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D6DD; }
p { color: rgb(88,214,221); }
H1.HeaderClassName
{
color: #58D6DD;
}
.AnyTagClassName
{
color: #58D6DD;
}
</style>
background-color css
<style>
a { background-color: #58D6DD; }
a { background-color: rgb(88,214,221); }
div.DivClassName
{
background-color: #58D6DD;
}
.BgClassName
{
background-color: #58D6DD;
}
</style>
border-color css
<style>
span { border-color: #58D6DD; }
span { border-color: rgb(88,214,221); }
td.TdClassName
{
border-color: #58D6DD;
}
.TagClassName
{
border-color: #58D6DD;
}
</style>