Shades of Turquoise #58EFDA
Tints of Turquoise #58EFDA
RGB
CMYK
RGB Variations
Color information
#58EFDA (or 0x58EFDA) is known color: Turquoise. HEX triplet: 58, EF and DA. RGB value is (88,239,218). Sum of RGB (Red+Green+Blue) = 88+239+218=545 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.15% from 545); Green value is 239 (93.75% from 255 or 43.85% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 239 - color contains mainly: green. Hex color #58EFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EFDA is #A71025. Grayscale: #BFBFBF. Windows color (decimal): -10948646 or 14348120. OLE color: 14348120.
HSL color Cylindrical-coordinate representation of color #58EFDA: hue angle of 171.66º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58EFDA is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 239 | 218 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.06 |
| HSL | 171.66º | 0.83% | 0.64% | - |
| HSV(B) | 171.66º | 0.63% | 0.94% | - |
| XYZ | 47.55 | 68.87 | 77.12 | - |
| YUV | 191.46 | 142.97 | 54.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 239 | 218 | 0.63 | 0 | 0.09 | 0.06 | 171.66 | 0.83 | 0.64 |
| Hex | 58 | EF | DA | 3F | 0 | 9 | 6 | AC | 53 | 40 |
| Octal | 130 | 357 | 332 | 77 | 0 | 11 | 6 | 254 | 123 | 100 |
| Binary | 1011000 | 11101111 | 11011010 | 111111 | 0 | 1001 | 110 | 10101100 | 1010011 | 1000000 |
Color Harmonies of #58EFDA
Complementary color
Monochromatic Colors of #58EFDA
Black with #58EFDA
Text Example
Text Example
White with #58EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58EFDA; }
p { color: rgb(88,239,218); }
H1.HeaderClassName
{
color: #58EFDA;
}
.AnyTagClassName
{
color: #58EFDA;
}
</style>
background-color css
<style>
a { background-color: #58EFDA; }
a { background-color: rgb(88,239,218); }
div.DivClassName
{
background-color: #58EFDA;
}
.BgClassName
{
background-color: #58EFDA;
}
</style>
border-color css
<style>
span { border-color: #58EFDA; }
span { border-color: rgb(88,239,218); }
td.TdClassName
{
border-color: #58EFDA;
}
.TagClassName
{
border-color: #58EFDA;
}
</style>