Shades of Turquoise Blue #59CEF2
Tints of Turquoise Blue #59CEF2
RGB
CMYK
RGB Variations
Color information
#59CEF2 (or 0x59CEF2) is known color: Turquoise Blue. HEX triplet: 59, CE and F2. RGB value is (89,206,242). Sum of RGB (Red+Green+Blue) = 89+206+242=537 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.57% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #59CEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CEF2 is #A6310D. Grayscale: #AEAEAE. Windows color (decimal): -10891534 or 15912537. OLE color: 15912537.
HSL color Cylindrical-coordinate representation of color #59CEF2: hue angle of 194.12º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59CEF2 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 206 | 242 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.05 |
| HSL | 194.12º | 0.85% | 0.65% | - |
| HSV(B) | 194.12º | 0.63% | 0.95% | - |
| XYZ | 42.22 | 52.68 | 91.95 | - |
| YUV | 175.12 | 165.74 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 206 | 242 | 0.63 | 0.15 | 0 | 0.05 | 194.12 | 0.85 | 0.65 |
| Hex | 59 | CE | F2 | 3F | F | 0 | 5 | C2 | 55 | 41 |
| Octal | 131 | 316 | 362 | 77 | 17 | 0 | 5 | 302 | 125 | 101 |
| Binary | 1011001 | 11001110 | 11110010 | 111111 | 1111 | 0 | 101 | 11000010 | 1010101 | 1000001 |
Color Harmonies of #59CEF2
Complementary color
Monochromatic Colors of #59CEF2
Black with #59CEF2
Text Example
Text Example
White with #59CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CEF2; }
p { color: rgb(89,206,242); }
H1.HeaderClassName
{
color: #59CEF2;
}
.AnyTagClassName
{
color: #59CEF2;
}
</style>
background-color css
<style>
a { background-color: #59CEF2; }
a { background-color: rgb(89,206,242); }
div.DivClassName
{
background-color: #59CEF2;
}
.BgClassName
{
background-color: #59CEF2;
}
</style>
border-color css
<style>
span { border-color: #59CEF2; }
span { border-color: rgb(89,206,242); }
td.TdClassName
{
border-color: #59CEF2;
}
.TagClassName
{
border-color: #59CEF2;
}
</style>