Shades of Turquoise Blue #59CFEF
Tints of Turquoise Blue #59CFEF
RGB
CMYK
RGB Variations
Color information
#59CFEF (or 0x59CFEF) is known color: Turquoise Blue. HEX triplet: 59, CF and EF. RGB value is (89,207,239). Sum of RGB (Red+Green+Blue) = 89+207+239=535 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.64% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #59CFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CFEF is #A63010. Grayscale: #AFAFAF. Windows color (decimal): -10891281 or 15716185. OLE color: 15716185.
HSL color Cylindrical-coordinate representation of color #59CFEF: hue angle of 192.8º 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 #59CFEF is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 207 | 239 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.06 |
| HSL | 192.8º | 0.82% | 0.64% | - |
| HSV(B) | 192.8º | 0.63% | 0.94% | - |
| XYZ | 42.01 | 52.98 | 89.67 | - |
| YUV | 175.37 | 163.91 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 207 | 239 | 0.63 | 0.13 | 0 | 0.06 | 192.8 | 0.82 | 0.64 |
| Hex | 59 | CF | EF | 3F | D | 0 | 6 | C1 | 52 | 40 |
| Octal | 131 | 317 | 357 | 77 | 15 | 0 | 6 | 301 | 122 | 100 |
| Binary | 1011001 | 11001111 | 11101111 | 111111 | 1101 | 0 | 110 | 11000001 | 1010010 | 1000000 |
Color Harmonies of #59CFEF
Complementary color
Monochromatic Colors of #59CFEF
Black with #59CFEF
Text Example
Text Example
White with #59CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CFEF; }
p { color: rgb(89,207,239); }
H1.HeaderClassName
{
color: #59CFEF;
}
.AnyTagClassName
{
color: #59CFEF;
}
</style>
background-color css
<style>
a { background-color: #59CFEF; }
a { background-color: rgb(89,207,239); }
div.DivClassName
{
background-color: #59CFEF;
}
.BgClassName
{
background-color: #59CFEF;
}
</style>
border-color css
<style>
span { border-color: #59CFEF; }
span { border-color: rgb(89,207,239); }
td.TdClassName
{
border-color: #59CFEF;
}
.TagClassName
{
border-color: #59CFEF;
}
</style>