Shades of Medium Turquoise #58CED8
Tints of Medium Turquoise #58CED8
RGB
CMYK
RGB Variations
Color information
#58CED8 (or 0x58CED8) is known color: Medium Turquoise. HEX triplet: 58, CE and D8. RGB value is (88,206,216). Sum of RGB (Red+Green+Blue) = 88+206+216=510 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.25% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 216 - color contains mainly: blue. Hex color #58CED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CED8 is #A73127. Grayscale: #ABABAB. Windows color (decimal): -10957096 or 14208600. OLE color: 14208600.
HSL color Cylindrical-coordinate representation of color #58CED8: hue angle of 184.69º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58CED8 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 206 | 216 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.15 |
| HSL | 184.69º | 0.62% | 0.6% | - |
| HSV(B) | 184.69º | 0.59% | 0.85% | - |
| XYZ | 38.49 | 51.18 | 72.81 | - |
| YUV | 171.86 | 152.91 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 206 | 216 | 0.59 | 0.05 | 0 | 0.15 | 184.69 | 0.62 | 0.6 |
| Hex | 58 | CE | D8 | 3B | 5 | 0 | F | B9 | 3E | 3C |
| Octal | 130 | 316 | 330 | 73 | 5 | 0 | 17 | 271 | 76 | 74 |
| Binary | 1011000 | 11001110 | 11011000 | 111011 | 101 | 0 | 1111 | 10111001 | 111110 | 111100 |
Color Harmonies of #58CED8
Complementary color
Monochromatic Colors of #58CED8
Black with #58CED8
Text Example
Text Example
White with #58CED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CED8; }
p { color: rgb(88,206,216); }
H1.HeaderClassName
{
color: #58CED8;
}
.AnyTagClassName
{
color: #58CED8;
}
</style>
background-color css
<style>
a { background-color: #58CED8; }
a { background-color: rgb(88,206,216); }
div.DivClassName
{
background-color: #58CED8;
}
.BgClassName
{
background-color: #58CED8;
}
</style>
border-color css
<style>
span { border-color: #58CED8; }
span { border-color: rgb(88,206,216); }
td.TdClassName
{
border-color: #58CED8;
}
.TagClassName
{
border-color: #58CED8;
}
</style>