Shades of Medium Turquoise #58C6BF
Tints of Medium Turquoise #58C6BF
RGB
CMYK
RGB Variations
Color information
#58C6BF (or 0x58C6BF) is known color: Medium Turquoise. HEX triplet: 58, C6 and BF. RGB value is (88,198,191). Sum of RGB (Red+Green+Blue) = 88+198+191=477 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.45% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 198 - color contains mainly: green. Hex color #58C6BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C6BF is #A73940. Grayscale: #A4A4A4. Windows color (decimal): -10959169 or 12568152. OLE color: 12568152.
HSL color Cylindrical-coordinate representation of color #58C6BF: hue angle of 176.18º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58C6BF is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 88 | 198 | 191 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.22 |
| HSL | 176.18º | 0.49% | 0.56% | - |
| HSV(B) | 176.18º | 0.56% | 0.78% | - |
| XYZ | 33.62 | 46.22 | 56.44 | - |
| YUV | 164.31 | 143.06 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 198 | 191 | 0.56 | 0 | 0.04 | 0.22 | 176.18 | 0.49 | 0.56 |
| Hex | 58 | C6 | BF | 38 | 0 | 4 | 16 | B0 | 31 | 38 |
| Octal | 130 | 306 | 277 | 70 | 0 | 4 | 26 | 260 | 61 | 70 |
| Binary | 1011000 | 11000110 | 10111111 | 111000 | 0 | 100 | 10110 | 10110000 | 110001 | 111000 |
Color Harmonies of #58C6BF
Complementary color
Monochromatic Colors of #58C6BF
Black with #58C6BF
Text Example
Text Example
White with #58C6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C6BF; }
p { color: rgb(88,198,191); }
H1.HeaderClassName
{
color: #58C6BF;
}
.AnyTagClassName
{
color: #58C6BF;
}
</style>
background-color css
<style>
a { background-color: #58C6BF; }
a { background-color: rgb(88,198,191); }
div.DivClassName
{
background-color: #58C6BF;
}
.BgClassName
{
background-color: #58C6BF;
}
</style>
border-color css
<style>
span { border-color: #58C6BF; }
span { border-color: rgb(88,198,191); }
td.TdClassName
{
border-color: #58C6BF;
}
.TagClassName
{
border-color: #58C6BF;
}
</style>