Shades of Turquoise Blue #59CDEF
Tints of Turquoise Blue #59CDEF
RGB
CMYK
RGB Variations
Color information
#59CDEF (or 0x59CDEF) is known color: Turquoise Blue. HEX triplet: 59, CD and EF. RGB value is (89,205,239). Sum of RGB (Red+Green+Blue) = 89+205+239=533 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.70% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #59CDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CDEF is #A63210. Grayscale: #ADADAD. Windows color (decimal): -10891793 or 15715673. OLE color: 15715673.
HSL color Cylindrical-coordinate representation of color #59CDEF: hue angle of 193.6º 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 #59CDEF is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 205 | 239 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.06 |
| HSL | 193.6º | 0.82% | 0.64% | - |
| HSV(B) | 193.6º | 0.63% | 0.94% | - |
| XYZ | 41.53 | 52.02 | 89.51 | - |
| YUV | 174.19 | 164.57 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 205 | 239 | 0.63 | 0.14 | 0 | 0.06 | 193.6 | 0.82 | 0.64 |
| Hex | 59 | CD | EF | 3F | E | 0 | 6 | C2 | 52 | 40 |
| Octal | 131 | 315 | 357 | 77 | 16 | 0 | 6 | 302 | 122 | 100 |
| Binary | 1011001 | 11001101 | 11101111 | 111111 | 1110 | 0 | 110 | 11000010 | 1010010 | 1000000 |
Color Harmonies of #59CDEF
Complementary color
Monochromatic Colors of #59CDEF
Black with #59CDEF
Text Example
Text Example
White with #59CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CDEF; }
p { color: rgb(89,205,239); }
H1.HeaderClassName
{
color: #59CDEF;
}
.AnyTagClassName
{
color: #59CDEF;
}
</style>
background-color css
<style>
a { background-color: #59CDEF; }
a { background-color: rgb(89,205,239); }
div.DivClassName
{
background-color: #59CDEF;
}
.BgClassName
{
background-color: #59CDEF;
}
</style>
border-color css
<style>
span { border-color: #59CDEF; }
span { border-color: rgb(89,205,239); }
td.TdClassName
{
border-color: #59CDEF;
}
.TagClassName
{
border-color: #59CDEF;
}
</style>