Shades of Medium Turquoise #58CACF
Tints of Medium Turquoise #58CACF
RGB
CMYK
RGB Variations
Color information
#58CACF (or 0x58CACF) is known color: Medium Turquoise. HEX triplet: 58, CA and CF. RGB value is (88,202,207). Sum of RGB (Red+Green+Blue) = 88+202+207=497 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.71% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #58CACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CACF is #A73530. Grayscale: #A8A8A8. Windows color (decimal): -10958129 or 13617752. OLE color: 13617752.
HSL color Cylindrical-coordinate representation of color #58CACF: hue angle of 182.52º 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 #58CACF is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 202 | 207 | - |
| CMYK | 0.57 | 0.02 | 0 | 0.19 |
| HSL | 182.52º | 0.55% | 0.58% | - |
| HSV(B) | 182.52º | 0.57% | 0.81% | - |
| XYZ | 36.41 | 48.82 | 66.54 | - |
| YUV | 168.48 | 149.73 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 202 | 207 | 0.57 | 0.02 | 0 | 0.19 | 182.52 | 0.55 | 0.58 |
| Hex | 58 | CA | CF | 39 | 2 | 0 | 13 | B7 | 37 | 3A |
| Octal | 130 | 312 | 317 | 71 | 2 | 0 | 23 | 267 | 67 | 72 |
| Binary | 1011000 | 11001010 | 11001111 | 111001 | 10 | 0 | 10011 | 10110111 | 110111 | 111010 |
Color Harmonies of #58CACF
Complementary color
Monochromatic Colors of #58CACF
Black with #58CACF
Text Example
Text Example
White with #58CACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CACF; }
p { color: rgb(88,202,207); }
H1.HeaderClassName
{
color: #58CACF;
}
.AnyTagClassName
{
color: #58CACF;
}
</style>
background-color css
<style>
a { background-color: #58CACF; }
a { background-color: rgb(88,202,207); }
div.DivClassName
{
background-color: #58CACF;
}
.BgClassName
{
background-color: #58CACF;
}
</style>
border-color css
<style>
span { border-color: #58CACF; }
span { border-color: rgb(88,202,207); }
td.TdClassName
{
border-color: #58CACF;
}
.TagClassName
{
border-color: #58CACF;
}
</style>