Shades of Turquoise #58FEDF
Tints of Turquoise #58FEDF
RGB
CMYK
RGB Variations
Color information
#58FEDF (or 0x58FEDF) is known color: Turquoise. HEX triplet: 58, FE and DF. RGB value is (88,254,223). Sum of RGB (Red+Green+Blue) = 88+254+223=565 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.58% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #58FEDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FEDF is #A70120. Grayscale: #C8C8C8. Windows color (decimal): -10944801 or 14679640. OLE color: 14679640.
HSL color Cylindrical-coordinate representation of color #58FEDF: hue angle of 168.8º 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 #58FEDF is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 254 | 223 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.00 |
| HSL | 168.8º | 0.99% | 0.67% | - |
| HSV(B) | 168.8º | 0.65% | 1% | - |
| XYZ | 52.79 | 78.29 | 82.14 | - |
| YUV | 200.83 | 140.5 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 254 | 223 | 0.65 | 0 | 0.12 | 0.00 | 168.8 | 0.99 | 0.67 |
| Hex | 58 | FE | DF | 41 | 0 | C | 0 | A9 | 63 | 43 |
| Octal | 130 | 376 | 337 | 101 | 0 | 14 | 0 | 251 | 143 | 103 |
| Binary | 1011000 | 11111110 | 11011111 | 1000001 | 0 | 1100 | 0 | 10101001 | 1100011 | 1000011 |
Color Harmonies of #58FEDF
Complementary color
Monochromatic Colors of #58FEDF
Black with #58FEDF
Text Example
Text Example
White with #58FEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FEDF; }
p { color: rgb(88,254,223); }
H1.HeaderClassName
{
color: #58FEDF;
}
.AnyTagClassName
{
color: #58FEDF;
}
</style>
background-color css
<style>
a { background-color: #58FEDF; }
a { background-color: rgb(88,254,223); }
div.DivClassName
{
background-color: #58FEDF;
}
.BgClassName
{
background-color: #58FEDF;
}
</style>
border-color css
<style>
span { border-color: #58FEDF; }
span { border-color: rgb(88,254,223); }
td.TdClassName
{
border-color: #58FEDF;
}
.TagClassName
{
border-color: #58FEDF;
}
</style>