Shades of Turquoise #58FEDC
Tints of Turquoise #58FEDC
RGB
CMYK
RGB Variations
Color information
#58FEDC (or 0x58FEDC) is known color: Turquoise. HEX triplet: 58, FE and DC. RGB value is (88,254,220). Sum of RGB (Red+Green+Blue) = 88+254+220=562 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.66% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #58FEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FEDC is #A70123. Grayscale: #C8C8C8. Windows color (decimal): -10944804 or 14483032. OLE color: 14483032.
HSL color Cylindrical-coordinate representation of color #58FEDC: hue angle of 167.71º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FEDC is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 254 | 220 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.00 |
| HSL | 167.71º | 0.99% | 0.67% | - |
| HSV(B) | 167.71º | 0.65% | 1% | - |
| XYZ | 52.38 | 78.13 | 80.03 | - |
| YUV | 200.49 | 139 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 254 | 220 | 0.65 | 0 | 0.13 | 0.00 | 167.71 | 0.99 | 0.67 |
| Hex | 58 | FE | DC | 41 | 0 | D | 0 | A8 | 63 | 43 |
| Octal | 130 | 376 | 334 | 101 | 0 | 15 | 0 | 250 | 143 | 103 |
| Binary | 1011000 | 11111110 | 11011100 | 1000001 | 0 | 1101 | 0 | 10101000 | 1100011 | 1000011 |
Color Harmonies of #58FEDC
Complementary color
Monochromatic Colors of #58FEDC
Black with #58FEDC
Text Example
Text Example
White with #58FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FEDC; }
p { color: rgb(88,254,220); }
H1.HeaderClassName
{
color: #58FEDC;
}
.AnyTagClassName
{
color: #58FEDC;
}
</style>
background-color css
<style>
a { background-color: #58FEDC; }
a { background-color: rgb(88,254,220); }
div.DivClassName
{
background-color: #58FEDC;
}
.BgClassName
{
background-color: #58FEDC;
}
</style>
border-color css
<style>
span { border-color: #58FEDC; }
span { border-color: rgb(88,254,220); }
td.TdClassName
{
border-color: #58FEDC;
}
.TagClassName
{
border-color: #58FEDC;
}
</style>