Shades of Turquoise #58F8C2
Tints of Turquoise #58F8C2
RGB
CMYK
RGB Variations
Color information
#58F8C2 (or 0x58F8C2) is known color: Turquoise. HEX triplet: 58, F8 and C2. RGB value is (88,248,194). Sum of RGB (Red+Green+Blue) = 88+248+194=530 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.60% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #58F8C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F8C2 is #A7073D. Grayscale: #C2C2C2. Windows color (decimal): -10946366 or 12777560. OLE color: 12777560.
HSL color Cylindrical-coordinate representation of color #58F8C2: hue angle of 159.75º 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 #58F8C2 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 88 | 248 | 194 | - |
| CMYK | 0.65 | 0 | 0.22 | 0.03 |
| HSL | 159.75º | 0.92% | 0.66% | - |
| HSV(B) | 159.75º | 0.65% | 0.97% | - |
| XYZ | 47.33 | 73.1 | 62.66 | - |
| YUV | 194 | 127.99 | 52.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 248 | 194 | 0.65 | 0 | 0.22 | 0.03 | 159.75 | 0.92 | 0.66 |
| Hex | 58 | F8 | C2 | 41 | 0 | 16 | 3 | A0 | 5C | 42 |
| Octal | 130 | 370 | 302 | 101 | 0 | 26 | 3 | 240 | 134 | 102 |
| Binary | 1011000 | 11111000 | 11000010 | 1000001 | 0 | 10110 | 11 | 10100000 | 1011100 | 1000010 |
Color Harmonies of #58F8C2
Complementary color
Monochromatic Colors of #58F8C2
Black with #58F8C2
Text Example
Text Example
White with #58F8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F8C2; }
p { color: rgb(88,248,194); }
H1.HeaderClassName
{
color: #58F8C2;
}
.AnyTagClassName
{
color: #58F8C2;
}
</style>
background-color css
<style>
a { background-color: #58F8C2; }
a { background-color: rgb(88,248,194); }
div.DivClassName
{
background-color: #58F8C2;
}
.BgClassName
{
background-color: #58F8C2;
}
</style>
border-color css
<style>
span { border-color: #58F8C2; }
span { border-color: rgb(88,248,194); }
td.TdClassName
{
border-color: #58F8C2;
}
.TagClassName
{
border-color: #58F8C2;
}
</style>