Shades of Turquoise #58EDDD
Tints of Turquoise #58EDDD
RGB
CMYK
RGB Variations
Color information
#58EDDD (or 0x58EDDD) is known color: Turquoise. HEX triplet: 58, ED and DD. RGB value is (88,237,221). Sum of RGB (Red+Green+Blue) = 88+237+221=546 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.12% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 237 - color contains mainly: green. Hex color #58EDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EDDD is #A71222. Grayscale: #BEBEBE. Windows color (decimal): -10949155 or 14544216. OLE color: 14544216.
HSL color Cylindrical-coordinate representation of color #58EDDD: hue angle of 173.56º degrees, saturation: 0.81, 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 #58EDDD is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 237 | 221 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.07 |
| HSL | 173.56º | 0.81% | 0.64% | - |
| HSV(B) | 173.56º | 0.63% | 0.93% | - |
| XYZ | 47.36 | 67.86 | 79.01 | - |
| YUV | 190.63 | 145.14 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 237 | 221 | 0.63 | 0 | 0.07 | 0.07 | 173.56 | 0.81 | 0.64 |
| Hex | 58 | ED | DD | 3F | 0 | 7 | 7 | AE | 51 | 40 |
| Octal | 130 | 355 | 335 | 77 | 0 | 7 | 7 | 256 | 121 | 100 |
| Binary | 1011000 | 11101101 | 11011101 | 111111 | 0 | 111 | 111 | 10101110 | 1010001 | 1000000 |
Color Harmonies of #58EDDD
Complementary color
Monochromatic Colors of #58EDDD
Black with #58EDDD
Text Example
Text Example
White with #58EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EDDD; }
p { color: rgb(88,237,221); }
H1.HeaderClassName
{
color: #58EDDD;
}
.AnyTagClassName
{
color: #58EDDD;
}
</style>
background-color css
<style>
a { background-color: #58EDDD; }
a { background-color: rgb(88,237,221); }
div.DivClassName
{
background-color: #58EDDD;
}
.BgClassName
{
background-color: #58EDDD;
}
</style>
border-color css
<style>
span { border-color: #58EDDD; }
span { border-color: rgb(88,237,221); }
td.TdClassName
{
border-color: #58EDDD;
}
.TagClassName
{
border-color: #58EDDD;
}
</style>