Shades of Turquoise #58E2D7
Tints of Turquoise #58E2D7
RGB
CMYK
RGB Variations
Color information
#58E2D7 (or 0x58E2D7) is known color: Turquoise. HEX triplet: 58, E2 and D7. RGB value is (88,226,215). Sum of RGB (Red+Green+Blue) = 88+226+215=529 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.64% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 226 - color contains mainly: green. Hex color #58E2D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E2D7 is #A71D28. Grayscale: #B7B7B7. Windows color (decimal): -10951977 or 14148184. OLE color: 14148184.
HSL color Cylindrical-coordinate representation of color #58E2D7: hue angle of 175.22º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58E2D7 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 88 | 226 | 215 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.11 |
| HSL | 175.22º | 0.7% | 0.62% | - |
| HSV(B) | 175.22º | 0.61% | 0.89% | - |
| XYZ | 43.49 | 61.37 | 73.84 | - |
| YUV | 183.48 | 145.78 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 226 | 215 | 0.61 | 0 | 0.05 | 0.11 | 175.22 | 0.7 | 0.62 |
| Hex | 58 | E2 | D7 | 3D | 0 | 5 | B | AF | 46 | 3E |
| Octal | 130 | 342 | 327 | 75 | 0 | 5 | 13 | 257 | 106 | 76 |
| Binary | 1011000 | 11100010 | 11010111 | 111101 | 0 | 101 | 1011 | 10101111 | 1000110 | 111110 |
Color Harmonies of #58E2D7
Complementary color
Monochromatic Colors of #58E2D7
Black with #58E2D7
Text Example
Text Example
White with #58E2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58E2D7; }
p { color: rgb(88,226,215); }
H1.HeaderClassName
{
color: #58E2D7;
}
.AnyTagClassName
{
color: #58E2D7;
}
</style>
background-color css
<style>
a { background-color: #58E2D7; }
a { background-color: rgb(88,226,215); }
div.DivClassName
{
background-color: #58E2D7;
}
.BgClassName
{
background-color: #58E2D7;
}
</style>
border-color css
<style>
span { border-color: #58E2D7; }
span { border-color: rgb(88,226,215); }
td.TdClassName
{
border-color: #58E2D7;
}
.TagClassName
{
border-color: #58E2D7;
}
</style>