Shades of Medium Turquoise #58CFBF
Tints of Medium Turquoise #58CFBF
RGB
CMYK
RGB Variations
Color information
#58CFBF (or 0x58CFBF) is known color: Medium Turquoise. HEX triplet: 58, CF and BF. RGB value is (88,207,191). Sum of RGB (Red+Green+Blue) = 88+207+191=486 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.11% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #58CFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CFBF is #A73040. Grayscale: #A9A9A9. Windows color (decimal): -10956865 or 12570456. OLE color: 12570456.
HSL color Cylindrical-coordinate representation of color #58CFBF: hue angle of 171.93º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CFBF is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 207 | 191 | - |
| CMYK | 0.57 | 0 | 0.08 | 0.19 |
| HSL | 171.93º | 0.55% | 0.58% | - |
| HSV(B) | 171.93º | 0.57% | 0.81% | - |
| XYZ | 35.74 | 50.46 | 57.15 | - |
| YUV | 169.6 | 140.08 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 207 | 191 | 0.57 | 0 | 0.08 | 0.19 | 171.93 | 0.55 | 0.58 |
| Hex | 58 | CF | BF | 39 | 0 | 8 | 13 | AC | 37 | 3A |
| Octal | 130 | 317 | 277 | 71 | 0 | 10 | 23 | 254 | 67 | 72 |
| Binary | 1011000 | 11001111 | 10111111 | 111001 | 0 | 1000 | 10011 | 10101100 | 110111 | 111010 |
Color Harmonies of #58CFBF
Complementary color
Monochromatic Colors of #58CFBF
Black with #58CFBF
Text Example
Text Example
White with #58CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CFBF; }
p { color: rgb(88,207,191); }
H1.HeaderClassName
{
color: #58CFBF;
}
.AnyTagClassName
{
color: #58CFBF;
}
</style>
background-color css
<style>
a { background-color: #58CFBF; }
a { background-color: rgb(88,207,191); }
div.DivClassName
{
background-color: #58CFBF;
}
.BgClassName
{
background-color: #58CFBF;
}
</style>
border-color css
<style>
span { border-color: #58CFBF; }
span { border-color: rgb(88,207,191); }
td.TdClassName
{
border-color: #58CFBF;
}
.TagClassName
{
border-color: #58CFBF;
}
</style>