Shades of Turquoise Blue #59CFEE
Tints of Turquoise Blue #59CFEE
RGB
CMYK
RGB Variations
Color information
#59CFEE (or 0x59CFEE) is known color: Turquoise Blue. HEX triplet: 59, CF and EE. RGB value is (89,207,238). Sum of RGB (Red+Green+Blue) = 89+207+238=534 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.67% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #59CFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CFEE is #A63011. Grayscale: #AFAFAF. Windows color (decimal): -10891282 or 15650649. OLE color: 15650649.
HSL color Cylindrical-coordinate representation of color #59CFEE: hue angle of 192.48º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59CFEE is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 207 | 238 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.07 |
| HSL | 192.48º | 0.81% | 0.64% | - |
| HSV(B) | 192.48º | 0.63% | 0.93% | - |
| XYZ | 41.87 | 52.92 | 88.9 | - |
| YUV | 175.25 | 163.41 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 207 | 238 | 0.63 | 0.13 | 0 | 0.07 | 192.48 | 0.81 | 0.64 |
| Hex | 59 | CF | EE | 3F | D | 0 | 7 | C0 | 51 | 40 |
| Octal | 131 | 317 | 356 | 77 | 15 | 0 | 7 | 300 | 121 | 100 |
| Binary | 1011001 | 11001111 | 11101110 | 111111 | 1101 | 0 | 111 | 11000000 | 1010001 | 1000000 |
Color Harmonies of #59CFEE
Complementary color
Monochromatic Colors of #59CFEE
Black with #59CFEE
Text Example
Text Example
White with #59CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CFEE; }
p { color: rgb(89,207,238); }
H1.HeaderClassName
{
color: #59CFEE;
}
.AnyTagClassName
{
color: #59CFEE;
}
</style>
background-color css
<style>
a { background-color: #59CFEE; }
a { background-color: rgb(89,207,238); }
div.DivClassName
{
background-color: #59CFEE;
}
.BgClassName
{
background-color: #59CFEE;
}
</style>
border-color css
<style>
span { border-color: #59CFEE; }
span { border-color: rgb(89,207,238); }
td.TdClassName
{
border-color: #59CFEE;
}
.TagClassName
{
border-color: #59CFEE;
}
</style>