Shades of Turquoise #58EADC
Tints of Turquoise #58EADC
RGB
CMYK
RGB Variations
Color information
#58EADC (or 0x58EADC) is known color: Turquoise. HEX triplet: 58, EA and DC. RGB value is (88,234,220). Sum of RGB (Red+Green+Blue) = 88+234+220=542 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.24% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 234 - color contains mainly: green. Hex color #58EADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EADC is #A71523. Grayscale: #BCBCBC. Windows color (decimal): -10949924 or 14477912. OLE color: 14477912.
HSL color Cylindrical-coordinate representation of color #58EADC: hue angle of 174.25º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58EADC is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 234 | 220 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.08 |
| HSL | 174.25º | 0.78% | 0.63% | - |
| HSV(B) | 174.25º | 0.62% | 0.92% | - |
| XYZ | 46.37 | 66.09 | 78.02 | - |
| YUV | 188.75 | 145.63 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 234 | 220 | 0.62 | 0 | 0.06 | 0.08 | 174.25 | 0.78 | 0.63 |
| Hex | 58 | EA | DC | 3E | 0 | 6 | 8 | AE | 4E | 3F |
| Octal | 130 | 352 | 334 | 76 | 0 | 6 | 10 | 256 | 116 | 77 |
| Binary | 1011000 | 11101010 | 11011100 | 111110 | 0 | 110 | 1000 | 10101110 | 1001110 | 111111 |
Color Harmonies of #58EADC
Complementary color
Monochromatic Colors of #58EADC
Black with #58EADC
Text Example
Text Example
White with #58EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EADC; }
p { color: rgb(88,234,220); }
H1.HeaderClassName
{
color: #58EADC;
}
.AnyTagClassName
{
color: #58EADC;
}
</style>
background-color css
<style>
a { background-color: #58EADC; }
a { background-color: rgb(88,234,220); }
div.DivClassName
{
background-color: #58EADC;
}
.BgClassName
{
background-color: #58EADC;
}
</style>
border-color css
<style>
span { border-color: #58EADC; }
span { border-color: rgb(88,234,220); }
td.TdClassName
{
border-color: #58EADC;
}
.TagClassName
{
border-color: #58EADC;
}
</style>