Shades of Medium Turquoise #58DCCE
Tints of Medium Turquoise #58DCCE
RGB
CMYK
RGB Variations
Color information
#58DCCE (or 0x58DCCE) is known color: Medium Turquoise. HEX triplet: 58, DC and CE. RGB value is (88,220,206). Sum of RGB (Red+Green+Blue) = 88+220+206=514 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.12% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #58DCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DCCE is #A72331. Grayscale: #B2B2B2. Windows color (decimal): -10953522 or 13556824. OLE color: 13556824.
HSL color Cylindrical-coordinate representation of color #58DCCE: hue angle of 173.64º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58DCCE is Cyan = 0.6, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 220 | 206 | - |
| CMYK | 0.6 | 0 | 0.06 | 0.14 |
| HSL | 173.64º | 0.65% | 0.6% | - |
| HSV(B) | 173.64º | 0.6% | 0.86% | - |
| XYZ | 40.76 | 57.72 | 67.38 | - |
| YUV | 178.94 | 143.27 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 206 | 0.6 | 0 | 0.06 | 0.14 | 173.64 | 0.65 | 0.6 |
| Hex | 58 | DC | CE | 3C | 0 | 6 | E | AE | 41 | 3C |
| Octal | 130 | 334 | 316 | 74 | 0 | 6 | 16 | 256 | 101 | 74 |
| Binary | 1011000 | 11011100 | 11001110 | 111100 | 0 | 110 | 1110 | 10101110 | 1000001 | 111100 |
Color Harmonies of #58DCCE
Complementary color
Monochromatic Colors of #58DCCE
Black with #58DCCE
Text Example
Text Example
White with #58DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DCCE; }
p { color: rgb(88,220,206); }
H1.HeaderClassName
{
color: #58DCCE;
}
.AnyTagClassName
{
color: #58DCCE;
}
</style>
background-color css
<style>
a { background-color: #58DCCE; }
a { background-color: rgb(88,220,206); }
div.DivClassName
{
background-color: #58DCCE;
}
.BgClassName
{
background-color: #58DCCE;
}
</style>
border-color css
<style>
span { border-color: #58DCCE; }
span { border-color: rgb(88,220,206); }
td.TdClassName
{
border-color: #58DCCE;
}
.TagClassName
{
border-color: #58DCCE;
}
</style>