Shades of Turquoise Blue #59DFEF
Tints of Turquoise Blue #59DFEF
RGB
CMYK
RGB Variations
Color information
#59DFEF (or 0x59DFEF) is known color: Turquoise Blue. HEX triplet: 59, DF and EF. RGB value is (89,223,239). Sum of RGB (Red+Green+Blue) = 89+223+239=551 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.15% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #59DFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DFEF is #A62010. Grayscale: #B8B8B8. Windows color (decimal): -10887185 or 15720281. OLE color: 15720281.
HSL color Cylindrical-coordinate representation of color #59DFEF: hue angle of 186.4º 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 #59DFEF is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 223 | 239 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.06 |
| HSL | 186.4º | 0.82% | 0.64% | - |
| HSV(B) | 186.4º | 0.63% | 0.94% | - |
| XYZ | 46.09 | 61.13 | 91.03 | - |
| YUV | 184.76 | 158.61 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 223 | 239 | 0.63 | 0.07 | 0 | 0.06 | 186.4 | 0.82 | 0.64 |
| Hex | 59 | DF | EF | 3F | 7 | 0 | 6 | BA | 52 | 40 |
| Octal | 131 | 337 | 357 | 77 | 7 | 0 | 6 | 272 | 122 | 100 |
| Binary | 1011001 | 11011111 | 11101111 | 111111 | 111 | 0 | 110 | 10111010 | 1010010 | 1000000 |
Color Harmonies of #59DFEF
Complementary color
Monochromatic Colors of #59DFEF
Black with #59DFEF
Text Example
Text Example
White with #59DFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DFEF; }
p { color: rgb(89,223,239); }
H1.HeaderClassName
{
color: #59DFEF;
}
.AnyTagClassName
{
color: #59DFEF;
}
</style>
background-color css
<style>
a { background-color: #59DFEF; }
a { background-color: rgb(89,223,239); }
div.DivClassName
{
background-color: #59DFEF;
}
.BgClassName
{
background-color: #59DFEF;
}
</style>
border-color css
<style>
span { border-color: #59DFEF; }
span { border-color: rgb(89,223,239); }
td.TdClassName
{
border-color: #59DFEF;
}
.TagClassName
{
border-color: #59DFEF;
}
</style>