Shades of Turquoise Blue #59CFE1
Tints of Turquoise Blue #59CFE1
RGB
CMYK
RGB Variations
Color information
#59CFE1 (or 0x59CFE1) is known color: Turquoise Blue. HEX triplet: 59, CF and E1. RGB value is (89,207,225). Sum of RGB (Red+Green+Blue) = 89+207+225=521 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.08% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #59CFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CFE1 is #A6301E. Grayscale: #ADADAD. Windows color (decimal): -10891295 or 14798681. OLE color: 14798681.
HSL color Cylindrical-coordinate representation of color #59CFE1: hue angle of 187.94º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59CFE1 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 89 | 207 | 225 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.12 |
| HSL | 187.94º | 0.69% | 0.62% | - |
| HSV(B) | 187.94º | 0.6% | 0.88% | - |
| XYZ | 40.02 | 52.19 | 79.2 | - |
| YUV | 173.77 | 156.91 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 207 | 225 | 0.60 | 0.08 | 0 | 0.12 | 187.94 | 0.69 | 0.62 |
| Hex | 59 | CF | E1 | 3C | 8 | 0 | C | BC | 45 | 3E |
| Octal | 131 | 317 | 341 | 74 | 10 | 0 | 14 | 274 | 105 | 76 |
| Binary | 1011001 | 11001111 | 11100001 | 111100 | 1000 | 0 | 1100 | 10111100 | 1000101 | 111110 |
Color Harmonies of #59CFE1
Complementary color
Monochromatic Colors of #59CFE1
Black with #59CFE1
Text Example
Text Example
White with #59CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CFE1; }
p { color: rgb(89,207,225); }
H1.HeaderClassName
{
color: #59CFE1;
}
.AnyTagClassName
{
color: #59CFE1;
}
</style>
background-color css
<style>
a { background-color: #59CFE1; }
a { background-color: rgb(89,207,225); }
div.DivClassName
{
background-color: #59CFE1;
}
.BgClassName
{
background-color: #59CFE1;
}
</style>
border-color css
<style>
span { border-color: #59CFE1; }
span { border-color: rgb(89,207,225); }
td.TdClassName
{
border-color: #59CFE1;
}
.TagClassName
{
border-color: #59CFE1;
}
</style>