Shades of Turquoise #58EEDD
Tints of Turquoise #58EEDD
RGB
CMYK
RGB Variations
Color information
#58EEDD (or 0x58EEDD) is known color: Turquoise. HEX triplet: 58, EE and DD. RGB value is (88,238,221). Sum of RGB (Red+Green+Blue) = 88+238+221=547 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.09% from 547); Green value is 238 (93.36% from 255 or 43.51% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 238 - color contains mainly: green. Hex color #58EEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EEDD is #A71122. Grayscale: #BFBFBF. Windows color (decimal): -10948899 or 14544472. OLE color: 14544472.
HSL color Cylindrical-coordinate representation of color #58EEDD: hue angle of 173.2º 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 #58EEDD is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 238 | 221 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.07 |
| HSL | 173.2º | 0.82% | 0.64% | - |
| HSV(B) | 173.2º | 0.63% | 0.93% | - |
| XYZ | 47.65 | 68.44 | 79.11 | - |
| YUV | 191.21 | 144.81 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 238 | 221 | 0.63 | 0 | 0.07 | 0.07 | 173.2 | 0.82 | 0.64 |
| Hex | 58 | EE | DD | 3F | 0 | 7 | 7 | AD | 52 | 40 |
| Octal | 130 | 356 | 335 | 77 | 0 | 7 | 7 | 255 | 122 | 100 |
| Binary | 1011000 | 11101110 | 11011101 | 111111 | 0 | 111 | 111 | 10101101 | 1010010 | 1000000 |
Color Harmonies of #58EEDD
Complementary color
Monochromatic Colors of #58EEDD
Black with #58EEDD
Text Example
Text Example
White with #58EEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EEDD; }
p { color: rgb(88,238,221); }
H1.HeaderClassName
{
color: #58EEDD;
}
.AnyTagClassName
{
color: #58EEDD;
}
</style>
background-color css
<style>
a { background-color: #58EEDD; }
a { background-color: rgb(88,238,221); }
div.DivClassName
{
background-color: #58EEDD;
}
.BgClassName
{
background-color: #58EEDD;
}
</style>
border-color css
<style>
span { border-color: #58EEDD; }
span { border-color: rgb(88,238,221); }
td.TdClassName
{
border-color: #58EEDD;
}
.TagClassName
{
border-color: #58EEDD;
}
</style>