Shades of Turquoise #58E3D2
Tints of Turquoise #58E3D2
RGB
CMYK
RGB Variations
Color information
#58E3D2 (or 0x58E3D2) is known color: Turquoise. HEX triplet: 58, E3 and D2. RGB value is (88,227,210). Sum of RGB (Red+Green+Blue) = 88+227+210=525 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.76% from 525); Green value is 227 (89.06% from 255 or 43.24% from 525); Blue value is 210 (82.42% from 255 or 40% from 525); Max value from RGB is 227 - color contains mainly: green. Hex color #58E3D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E3D2 is #A71C2D. Grayscale: #B7B7B7. Windows color (decimal): -10951726 or 13820760. OLE color: 13820760.
HSL color Cylindrical-coordinate representation of color #58E3D2: hue angle of 172.66º degrees, saturation: 0.71, 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 #58E3D2 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 88 | 227 | 210 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.11 |
| HSL | 172.66º | 0.71% | 0.62% | - |
| HSV(B) | 172.66º | 0.61% | 0.89% | - |
| XYZ | 43.13 | 61.67 | 70.6 | - |
| YUV | 183.5 | 142.95 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 227 | 210 | 0.61 | 0 | 0.07 | 0.11 | 172.66 | 0.71 | 0.62 |
| Hex | 58 | E3 | D2 | 3D | 0 | 7 | B | AD | 47 | 3E |
| Octal | 130 | 343 | 322 | 75 | 0 | 7 | 13 | 255 | 107 | 76 |
| Binary | 1011000 | 11100011 | 11010010 | 111101 | 0 | 111 | 1011 | 10101101 | 1000111 | 111110 |
Color Harmonies of #58E3D2
Complementary color
Monochromatic Colors of #58E3D2
Black with #58E3D2
Text Example
Text Example
White with #58E3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58E3D2; }
p { color: rgb(88,227,210); }
H1.HeaderClassName
{
color: #58E3D2;
}
.AnyTagClassName
{
color: #58E3D2;
}
</style>
background-color css
<style>
a { background-color: #58E3D2; }
a { background-color: rgb(88,227,210); }
div.DivClassName
{
background-color: #58E3D2;
}
.BgClassName
{
background-color: #58E3D2;
}
</style>
border-color css
<style>
span { border-color: #58E3D2; }
span { border-color: rgb(88,227,210); }
td.TdClassName
{
border-color: #58E3D2;
}
.TagClassName
{
border-color: #58E3D2;
}
</style>