Shades of Medium Turquoise #58CFC8
Tints of Medium Turquoise #58CFC8
RGB
CMYK
RGB Variations
Color information
#58CFC8 (or 0x58CFC8) is known color: Medium Turquoise. HEX triplet: 58, CF and C8. RGB value is (88,207,200). Sum of RGB (Red+Green+Blue) = 88+207+200=495 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.78% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #58CFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CFC8 is #A73037. Grayscale: #AAAAAA. Windows color (decimal): -10956856 or 13160280. OLE color: 13160280.
HSL color Cylindrical-coordinate representation of color #58CFC8: hue angle of 176.47º 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 #58CFC8 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 207 | 200 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.19 |
| HSL | 176.47º | 0.55% | 0.58% | - |
| HSV(B) | 176.47º | 0.57% | 0.81% | - |
| XYZ | 36.76 | 50.87 | 62.52 | - |
| YUV | 170.62 | 144.58 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 207 | 200 | 0.57 | 0 | 0.03 | 0.19 | 176.47 | 0.55 | 0.58 |
| Hex | 58 | CF | C8 | 39 | 0 | 3 | 13 | B0 | 37 | 3A |
| Octal | 130 | 317 | 310 | 71 | 0 | 3 | 23 | 260 | 67 | 72 |
| Binary | 1011000 | 11001111 | 11001000 | 111001 | 0 | 11 | 10011 | 10110000 | 110111 | 111010 |
Color Harmonies of #58CFC8
Complementary color
Monochromatic Colors of #58CFC8
Black with #58CFC8
Text Example
Text Example
White with #58CFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CFC8; }
p { color: rgb(88,207,200); }
H1.HeaderClassName
{
color: #58CFC8;
}
.AnyTagClassName
{
color: #58CFC8;
}
</style>
background-color css
<style>
a { background-color: #58CFC8; }
a { background-color: rgb(88,207,200); }
div.DivClassName
{
background-color: #58CFC8;
}
.BgClassName
{
background-color: #58CFC8;
}
</style>
border-color css
<style>
span { border-color: #58CFC8; }
span { border-color: rgb(88,207,200); }
td.TdClassName
{
border-color: #58CFC8;
}
.TagClassName
{
border-color: #58CFC8;
}
</style>