Shades of Turquoise #58EADA
Tints of Turquoise #58EADA
RGB
CMYK
RGB Variations
Color information
#58EADA (or 0x58EADA) is known color: Turquoise. HEX triplet: 58, EA and DA. RGB value is (88,234,218). Sum of RGB (Red+Green+Blue) = 88+234+218=540 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.30% from 540); Green value is 234 (91.80% from 255 or 43.33% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 234 - color contains mainly: green. Hex color #58EADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EADA is #A71525. Grayscale: #BCBCBC. Windows color (decimal): -10949926 or 14346840. OLE color: 14346840.
HSL color Cylindrical-coordinate representation of color #58EADA: hue angle of 173.42º 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 #58EADA is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 234 | 218 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.08 |
| HSL | 173.42º | 0.78% | 0.63% | - |
| HSV(B) | 173.42º | 0.62% | 0.92% | - |
| XYZ | 46.1 | 65.98 | 76.64 | - |
| YUV | 188.52 | 144.63 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 234 | 218 | 0.62 | 0 | 0.07 | 0.08 | 173.42 | 0.78 | 0.63 |
| Hex | 58 | EA | DA | 3E | 0 | 7 | 8 | AD | 4E | 3F |
| Octal | 130 | 352 | 332 | 76 | 0 | 7 | 10 | 255 | 116 | 77 |
| Binary | 1011000 | 11101010 | 11011010 | 111110 | 0 | 111 | 1000 | 10101101 | 1001110 | 111111 |
Color Harmonies of #58EADA
Complementary color
Monochromatic Colors of #58EADA
Black with #58EADA
Text Example
Text Example
White with #58EADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EADA; }
p { color: rgb(88,234,218); }
H1.HeaderClassName
{
color: #58EADA;
}
.AnyTagClassName
{
color: #58EADA;
}
</style>
background-color css
<style>
a { background-color: #58EADA; }
a { background-color: rgb(88,234,218); }
div.DivClassName
{
background-color: #58EADA;
}
.BgClassName
{
background-color: #58EADA;
}
</style>
border-color css
<style>
span { border-color: #58EADA; }
span { border-color: rgb(88,234,218); }
td.TdClassName
{
border-color: #58EADA;
}
.TagClassName
{
border-color: #58EADA;
}
</style>