Shades of Turquoise #58F7C2
Tints of Turquoise #58F7C2
RGB
CMYK
RGB Variations
Color information
#58F7C2 (or 0x58F7C2) is known color: Turquoise. HEX triplet: 58, F7 and C2. RGB value is (88,247,194). Sum of RGB (Red+Green+Blue) = 88+247+194=529 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.64% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #58F7C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F7C2 is #A7083D. Grayscale: #C1C1C1. Windows color (decimal): -10946622 or 12777304. OLE color: 12777304.
HSL color Cylindrical-coordinate representation of color #58F7C2: hue angle of 160º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58F7C2 is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 88 | 247 | 194 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.03 |
| HSL | 160º | 0.91% | 0.66% | - |
| HSV(B) | 160º | 0.64% | 0.97% | - |
| XYZ | 47.02 | 72.49 | 62.55 | - |
| YUV | 193.42 | 128.32 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 247 | 194 | 0.64 | 0 | 0.21 | 0.03 | 160 | 0.91 | 0.66 |
| Hex | 58 | F7 | C2 | 40 | 0 | 15 | 3 | A0 | 5B | 42 |
| Octal | 130 | 367 | 302 | 100 | 0 | 25 | 3 | 240 | 133 | 102 |
| Binary | 1011000 | 11110111 | 11000010 | 1000000 | 0 | 10101 | 11 | 10100000 | 1011011 | 1000010 |
Color Harmonies of #58F7C2
Complementary color
Monochromatic Colors of #58F7C2
Black with #58F7C2
Text Example
Text Example
White with #58F7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F7C2; }
p { color: rgb(88,247,194); }
H1.HeaderClassName
{
color: #58F7C2;
}
.AnyTagClassName
{
color: #58F7C2;
}
</style>
background-color css
<style>
a { background-color: #58F7C2; }
a { background-color: rgb(88,247,194); }
div.DivClassName
{
background-color: #58F7C2;
}
.BgClassName
{
background-color: #58F7C2;
}
</style>
border-color css
<style>
span { border-color: #58F7C2; }
span { border-color: rgb(88,247,194); }
td.TdClassName
{
border-color: #58F7C2;
}
.TagClassName
{
border-color: #58F7C2;
}
</style>