Shades of Turquoise #59FCDB
Tints of Turquoise #59FCDB
RGB
CMYK
RGB Variations
Color information
#59FCDB (or 0x59FCDB) is known color: Turquoise. HEX triplet: 59, FC and DB. RGB value is (89,252,219). Sum of RGB (Red+Green+Blue) = 89+252+219=560 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.89% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #59FCDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FCDB is #A60324. Grayscale: #C7C7C7. Windows color (decimal): -10879781 or 14416985. OLE color: 14416985.
HSL color Cylindrical-coordinate representation of color #59FCDB: hue angle of 167.85º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59FCDB is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 252 | 219 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.01 |
| HSL | 167.85º | 0.96% | 0.67% | - |
| HSV(B) | 167.85º | 0.65% | 0.99% | - |
| XYZ | 51.72 | 76.86 | 79.13 | - |
| YUV | 199.5 | 139 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 252 | 219 | 0.65 | 0 | 0.13 | 0.01 | 167.85 | 0.96 | 0.67 |
| Hex | 59 | FC | DB | 41 | 0 | D | 1 | A8 | 60 | 43 |
| Octal | 131 | 374 | 333 | 101 | 0 | 15 | 1 | 250 | 140 | 103 |
| Binary | 1011001 | 11111100 | 11011011 | 1000001 | 0 | 1101 | 1 | 10101000 | 1100000 | 1000011 |
Color Harmonies of #59FCDB
Complementary color
Monochromatic Colors of #59FCDB
Black with #59FCDB
Text Example
Text Example
White with #59FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FCDB; }
p { color: rgb(89,252,219); }
H1.HeaderClassName
{
color: #59FCDB;
}
.AnyTagClassName
{
color: #59FCDB;
}
</style>
background-color css
<style>
a { background-color: #59FCDB; }
a { background-color: rgb(89,252,219); }
div.DivClassName
{
background-color: #59FCDB;
}
.BgClassName
{
background-color: #59FCDB;
}
</style>
border-color css
<style>
span { border-color: #59FCDB; }
span { border-color: rgb(89,252,219); }
td.TdClassName
{
border-color: #59FCDB;
}
.TagClassName
{
border-color: #59FCDB;
}
</style>