Shades of Turquoise #58EEDA
Tints of Turquoise #58EEDA
RGB
CMYK
RGB Variations
Color information
#58EEDA (or 0x58EEDA) is known color: Turquoise. HEX triplet: 58, EE and DA. RGB value is (88,238,218). Sum of RGB (Red+Green+Blue) = 88+238+218=544 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.18% from 544); Green value is 238 (93.36% from 255 or 43.75% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 238 - color contains mainly: green. Hex color #58EEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EEDA is #A71125. Grayscale: #BEBEBE. Windows color (decimal): -10948902 or 14347864. OLE color: 14347864.
HSL color Cylindrical-coordinate representation of color #58EEDA: hue angle of 172º 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 #58EEDA is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 238 | 218 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.07 |
| HSL | 172º | 0.82% | 0.64% | - |
| HSV(B) | 172º | 0.63% | 0.93% | - |
| XYZ | 47.25 | 68.29 | 77.02 | - |
| YUV | 190.87 | 143.31 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 238 | 218 | 0.63 | 0 | 0.08 | 0.07 | 172 | 0.82 | 0.64 |
| Hex | 58 | EE | DA | 3F | 0 | 8 | 7 | AC | 52 | 40 |
| Octal | 130 | 356 | 332 | 77 | 0 | 10 | 7 | 254 | 122 | 100 |
| Binary | 1011000 | 11101110 | 11011010 | 111111 | 0 | 1000 | 111 | 10101100 | 1010010 | 1000000 |
Color Harmonies of #58EEDA
Complementary color
Monochromatic Colors of #58EEDA
Black with #58EEDA
Text Example
Text Example
White with #58EEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EEDA; }
p { color: rgb(88,238,218); }
H1.HeaderClassName
{
color: #58EEDA;
}
.AnyTagClassName
{
color: #58EEDA;
}
</style>
background-color css
<style>
a { background-color: #58EEDA; }
a { background-color: rgb(88,238,218); }
div.DivClassName
{
background-color: #58EEDA;
}
.BgClassName
{
background-color: #58EEDA;
}
</style>
border-color css
<style>
span { border-color: #58EEDA; }
span { border-color: rgb(88,238,218); }
td.TdClassName
{
border-color: #58EEDA;
}
.TagClassName
{
border-color: #58EEDA;
}
</style>