Shades of Turquoise Blue #59DEF2
Tints of Turquoise Blue #59DEF2
RGB
CMYK
RGB Variations
Color information
#59DEF2 (or 0x59DEF2) is known color: Turquoise Blue. HEX triplet: 59, DE and F2. RGB value is (89,222,242). Sum of RGB (Red+Green+Blue) = 89+222+242=553 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.09% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #59DEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DEF2 is #A6210D. Grayscale: #B8B8B8. Windows color (decimal): -10887438 or 15916633. OLE color: 15916633.
HSL color Cylindrical-coordinate representation of color #59DEF2: hue angle of 187.84º 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 #59DEF2 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 222 | 242 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.05 |
| HSL | 187.84º | 0.85% | 0.65% | - |
| HSV(B) | 187.84º | 0.63% | 0.95% | - |
| XYZ | 46.27 | 60.78 | 93.3 | - |
| YUV | 184.51 | 160.44 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 222 | 242 | 0.63 | 0.08 | 0 | 0.05 | 187.84 | 0.85 | 0.65 |
| Hex | 59 | DE | F2 | 3F | 8 | 0 | 5 | BC | 55 | 41 |
| Octal | 131 | 336 | 362 | 77 | 10 | 0 | 5 | 274 | 125 | 101 |
| Binary | 1011001 | 11011110 | 11110010 | 111111 | 1000 | 0 | 101 | 10111100 | 1010101 | 1000001 |
Color Harmonies of #59DEF2
Complementary color
Monochromatic Colors of #59DEF2
Black with #59DEF2
Text Example
Text Example
White with #59DEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DEF2; }
p { color: rgb(89,222,242); }
H1.HeaderClassName
{
color: #59DEF2;
}
.AnyTagClassName
{
color: #59DEF2;
}
</style>
background-color css
<style>
a { background-color: #59DEF2; }
a { background-color: rgb(89,222,242); }
div.DivClassName
{
background-color: #59DEF2;
}
.BgClassName
{
background-color: #59DEF2;
}
</style>
border-color css
<style>
span { border-color: #59DEF2; }
span { border-color: rgb(89,222,242); }
td.TdClassName
{
border-color: #59DEF2;
}
.TagClassName
{
border-color: #59DEF2;
}
</style>