Shades of Turquoise #58E5CC
Tints of Turquoise #58E5CC
RGB
CMYK
RGB Variations
Color information
#58E5CC (or 0x58E5CC) is known color: Turquoise. HEX triplet: 58, E5 and CC. RGB value is (88,229,204). Sum of RGB (Red+Green+Blue) = 88+229+204=521 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.89% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 229 - color contains mainly: green. Hex color #58E5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58E5CC is #A71A33. Grayscale: #B7B7B7. Windows color (decimal): -10951220 or 13428056. OLE color: 13428056.
HSL color Cylindrical-coordinate representation of color #58E5CC: hue angle of 169.36º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58E5CC is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 229 | 204 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.10 |
| HSL | 169.36º | 0.73% | 0.62% | - |
| HSV(B) | 169.36º | 0.62% | 0.9% | - |
| XYZ | 42.94 | 62.47 | 66.92 | - |
| YUV | 183.99 | 139.29 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 229 | 204 | 0.62 | 0 | 0.11 | 0.10 | 169.36 | 0.73 | 0.62 |
| Hex | 58 | E5 | CC | 3E | 0 | B | A | A9 | 49 | 3E |
| Octal | 130 | 345 | 314 | 76 | 0 | 13 | 12 | 251 | 111 | 76 |
| Binary | 1011000 | 11100101 | 11001100 | 111110 | 0 | 1011 | 1010 | 10101001 | 1001001 | 111110 |
Color Harmonies of #58E5CC
Complementary color
Monochromatic Colors of #58E5CC
Black with #58E5CC
Text Example
Text Example
White with #58E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58E5CC; }
p { color: rgb(88,229,204); }
H1.HeaderClassName
{
color: #58E5CC;
}
.AnyTagClassName
{
color: #58E5CC;
}
</style>
background-color css
<style>
a { background-color: #58E5CC; }
a { background-color: rgb(88,229,204); }
div.DivClassName
{
background-color: #58E5CC;
}
.BgClassName
{
background-color: #58E5CC;
}
</style>
border-color css
<style>
span { border-color: #58E5CC; }
span { border-color: rgb(88,229,204); }
td.TdClassName
{
border-color: #58E5CC;
}
.TagClassName
{
border-color: #58E5CC;
}
</style>