Shades of Turquoise #59E5CC
Tints of Turquoise #59E5CC
RGB
CMYK
RGB Variations
Color information
#59E5CC (or 0x59E5CC) is known color: Turquoise. HEX triplet: 59, E5 and CC. RGB value is (89,229,204). Sum of RGB (Red+Green+Blue) = 89+229+204=522 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.05% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 229 - color contains mainly: green. Hex color #59E5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E5CC is #A61A33. Grayscale: #B8B8B8. Windows color (decimal): -10885684 or 13428057. OLE color: 13428057.
HSL color Cylindrical-coordinate representation of color #59E5CC: hue angle of 169.29º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59E5CC is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 229 | 204 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.10 |
| HSL | 169.29º | 0.73% | 0.62% | - |
| HSV(B) | 169.29º | 0.61% | 0.9% | - |
| XYZ | 43.04 | 62.52 | 66.93 | - |
| YUV | 184.29 | 139.12 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 229 | 204 | 0.61 | 0 | 0.11 | 0.10 | 169.29 | 0.73 | 0.62 |
| Hex | 59 | E5 | CC | 3D | 0 | B | A | A9 | 49 | 3E |
| Octal | 131 | 345 | 314 | 75 | 0 | 13 | 12 | 251 | 111 | 76 |
| Binary | 1011001 | 11100101 | 11001100 | 111101 | 0 | 1011 | 1010 | 10101001 | 1001001 | 111110 |
Color Harmonies of #59E5CC
Complementary color
Monochromatic Colors of #59E5CC
Black with #59E5CC
Text Example
Text Example
White with #59E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E5CC; }
p { color: rgb(89,229,204); }
H1.HeaderClassName
{
color: #59E5CC;
}
.AnyTagClassName
{
color: #59E5CC;
}
</style>
background-color css
<style>
a { background-color: #59E5CC; }
a { background-color: rgb(89,229,204); }
div.DivClassName
{
background-color: #59E5CC;
}
.BgClassName
{
background-color: #59E5CC;
}
</style>
border-color css
<style>
span { border-color: #59E5CC; }
span { border-color: rgb(89,229,204); }
td.TdClassName
{
border-color: #59E5CC;
}
.TagClassName
{
border-color: #59E5CC;
}
</style>