Shades of Turquoise Blue #59DCFF
Tints of Turquoise Blue #59DCFF
RGB
CMYK
RGB Variations
Color information
#59DCFF (or 0x59DCFF) is known color: Turquoise Blue. HEX triplet: 59, DC and FF. RGB value is (89,220,255). Sum of RGB (Red+Green+Blue) = 89+220+255=564 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.78% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #59DCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DCFF is #A62300. Grayscale: #B8B8B8. Windows color (decimal): -10887937 or 16768089. OLE color: 16768089.
HSL color Cylindrical-coordinate representation of color #59DCFF: hue angle of 192.65º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59DCFF is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 220 | 255 | - |
| CMYK | 0.65 | 0.14 | 0 | 0 |
| HSL | 192.65º | 1% | 0.67% | - |
| HSV(B) | 192.65º | 0.65% | 1% | - |
| XYZ | 47.76 | 60.53 | 103.77 | - |
| YUV | 184.82 | 167.6 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 220 | 255 | 0.65 | 0.14 | 0 | 0 | 192.65 | 1 | 0.67 |
| Hex | 59 | DC | FF | 41 | E | 0 | 0 | C1 | 64 | 43 |
| Octal | 131 | 334 | 377 | 101 | 16 | 0 | 0 | 301 | 144 | 103 |
| Binary | 1011001 | 11011100 | 11111111 | 1000001 | 1110 | 0 | 0 | 11000001 | 1100100 | 1000011 |
Color Harmonies of #59DCFF
Complementary color
Monochromatic Colors of #59DCFF
Black with #59DCFF
Text Example
Text Example
White with #59DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DCFF; }
p { color: rgb(89,220,255); }
H1.HeaderClassName
{
color: #59DCFF;
}
.AnyTagClassName
{
color: #59DCFF;
}
</style>
background-color css
<style>
a { background-color: #59DCFF; }
a { background-color: rgb(89,220,255); }
div.DivClassName
{
background-color: #59DCFF;
}
.BgClassName
{
background-color: #59DCFF;
}
</style>
border-color css
<style>
span { border-color: #59DCFF; }
span { border-color: rgb(89,220,255); }
td.TdClassName
{
border-color: #59DCFF;
}
.TagClassName
{
border-color: #59DCFF;
}
</style>