Shades of Turquoise #58F8C0
Tints of Turquoise #58F8C0
RGB
CMYK
RGB Variations
Color information
#58F8C0 (or 0x58F8C0) is known color: Turquoise. HEX triplet: 58, F8 and C0. RGB value is (88,248,192). Sum of RGB (Red+Green+Blue) = 88+248+192=528 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.67% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 248 - color contains mainly: green. Hex color #58F8C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F8C0 is #A7073F. Grayscale: #C1C1C1. Windows color (decimal): -10946368 or 12646488. OLE color: 12646488.
HSL color Cylindrical-coordinate representation of color #58F8C0: hue angle of 159º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58F8C0 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 88 | 248 | 192 | - |
| CMYK | 0.65 | 0 | 0.23 | 0.03 |
| HSL | 159º | 0.92% | 0.66% | - |
| HSV(B) | 159º | 0.65% | 0.97% | - |
| XYZ | 47.11 | 73.02 | 61.48 | - |
| YUV | 193.78 | 126.99 | 52.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 248 | 192 | 0.65 | 0 | 0.23 | 0.03 | 159 | 0.92 | 0.66 |
| Hex | 58 | F8 | C0 | 41 | 0 | 17 | 3 | 9F | 5C | 42 |
| Octal | 130 | 370 | 300 | 101 | 0 | 27 | 3 | 237 | 134 | 102 |
| Binary | 1011000 | 11111000 | 11000000 | 1000001 | 0 | 10111 | 11 | 10011111 | 1011100 | 1000010 |
Color Harmonies of #58F8C0
Complementary color
Monochromatic Colors of #58F8C0
Black with #58F8C0
Text Example
Text Example
White with #58F8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F8C0; }
p { color: rgb(88,248,192); }
H1.HeaderClassName
{
color: #58F8C0;
}
.AnyTagClassName
{
color: #58F8C0;
}
</style>
background-color css
<style>
a { background-color: #58F8C0; }
a { background-color: rgb(88,248,192); }
div.DivClassName
{
background-color: #58F8C0;
}
.BgClassName
{
background-color: #58F8C0;
}
</style>
border-color css
<style>
span { border-color: #58F8C0; }
span { border-color: rgb(88,248,192); }
td.TdClassName
{
border-color: #58F8C0;
}
.TagClassName
{
border-color: #58F8C0;
}
</style>