Shades of Turquoise #59EFC3
Tints of Turquoise #59EFC3
RGB
CMYK
RGB Variations
Color information
#59EFC3 (or 0x59EFC3) is known color: Turquoise. HEX triplet: 59, EF and C3. RGB value is (89,239,195). Sum of RGB (Red+Green+Blue) = 89+239+195=523 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.02% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 239 - color contains mainly: green. Hex color #59EFC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EFC3 is #A6103C. Grayscale: #BDBDBD. Windows color (decimal): -10883133 or 12840793. OLE color: 12840793.
HSL color Cylindrical-coordinate representation of color #59EFC3: hue angle of 162.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59EFC3 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 239 | 195 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.06 |
| HSL | 162.4º | 0.82% | 0.64% | - |
| HSV(B) | 162.4º | 0.63% | 0.94% | - |
| XYZ | 44.84 | 67.8 | 62.35 | - |
| YUV | 189.13 | 131.31 | 56.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 239 | 195 | 0.63 | 0 | 0.18 | 0.06 | 162.4 | 0.82 | 0.64 |
| Hex | 59 | EF | C3 | 3F | 0 | 12 | 6 | A2 | 52 | 40 |
| Octal | 131 | 357 | 303 | 77 | 0 | 22 | 6 | 242 | 122 | 100 |
| Binary | 1011001 | 11101111 | 11000011 | 111111 | 0 | 10010 | 110 | 10100010 | 1010010 | 1000000 |
Color Harmonies of #59EFC3
Complementary color
Monochromatic Colors of #59EFC3
Black with #59EFC3
Text Example
Text Example
White with #59EFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EFC3; }
p { color: rgb(89,239,195); }
H1.HeaderClassName
{
color: #59EFC3;
}
.AnyTagClassName
{
color: #59EFC3;
}
</style>
background-color css
<style>
a { background-color: #59EFC3; }
a { background-color: rgb(89,239,195); }
div.DivClassName
{
background-color: #59EFC3;
}
.BgClassName
{
background-color: #59EFC3;
}
</style>
border-color css
<style>
span { border-color: #59EFC3; }
span { border-color: rgb(89,239,195); }
td.TdClassName
{
border-color: #59EFC3;
}
.TagClassName
{
border-color: #59EFC3;
}
</style>