Shades of Medium Turquoise #58CED2
Tints of Medium Turquoise #58CED2
RGB
CMYK
RGB Variations
Color information
#58CED2 (or 0x58CED2) is known color: Medium Turquoise. HEX triplet: 58, CE and D2. RGB value is (88,206,210). Sum of RGB (Red+Green+Blue) = 88+206+210=504 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.46% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 210 (82.42% from 255 or 41.67% from 504); Max value from RGB is 210 - color contains mainly: blue. Hex color #58CED2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CED2 is #A7312D. Grayscale: #ABABAB. Windows color (decimal): -10957102 or 13815384. OLE color: 13815384.
HSL color Cylindrical-coordinate representation of color #58CED2: hue angle of 181.97º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58CED2 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 206 | 210 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.18 |
| HSL | 181.97º | 0.58% | 0.58% | - |
| HSV(B) | 181.97º | 0.58% | 0.82% | - |
| XYZ | 37.73 | 50.87 | 68.8 | - |
| YUV | 171.17 | 149.91 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 206 | 210 | 0.58 | 0.02 | 0 | 0.18 | 181.97 | 0.58 | 0.58 |
| Hex | 58 | CE | D2 | 3A | 2 | 0 | 12 | B6 | 3A | 3A |
| Octal | 130 | 316 | 322 | 72 | 2 | 0 | 22 | 266 | 72 | 72 |
| Binary | 1011000 | 11001110 | 11010010 | 111010 | 10 | 0 | 10010 | 10110110 | 111010 | 111010 |
Color Harmonies of #58CED2
Complementary color
Monochromatic Colors of #58CED2
Black with #58CED2
Text Example
Text Example
White with #58CED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CED2; }
p { color: rgb(88,206,210); }
H1.HeaderClassName
{
color: #58CED2;
}
.AnyTagClassName
{
color: #58CED2;
}
</style>
background-color css
<style>
a { background-color: #58CED2; }
a { background-color: rgb(88,206,210); }
div.DivClassName
{
background-color: #58CED2;
}
.BgClassName
{
background-color: #58CED2;
}
</style>
border-color css
<style>
span { border-color: #58CED2; }
span { border-color: rgb(88,206,210); }
td.TdClassName
{
border-color: #58CED2;
}
.TagClassName
{
border-color: #58CED2;
}
</style>