Shades of Turquoise Blue #59DFE6
Tints of Turquoise Blue #59DFE6
RGB
CMYK
RGB Variations
Color information
#59DFE6 (or 0x59DFE6) is known color: Turquoise Blue. HEX triplet: 59, DF and E6. RGB value is (89,223,230). Sum of RGB (Red+Green+Blue) = 89+223+230=542 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.42% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 230 - color contains mainly: blue. Hex color #59DFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DFE6 is #A62019. Grayscale: #B7B7B7. Windows color (decimal): -10887194 or 15130457. OLE color: 15130457.
HSL color Cylindrical-coordinate representation of color #59DFE6: hue angle of 182.98º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59DFE6 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 223 | 230 | - |
| CMYK | 0.61 | 0.03 | 0 | 0.10 |
| HSL | 182.98º | 0.74% | 0.63% | - |
| HSV(B) | 182.98º | 0.61% | 0.9% | - |
| XYZ | 44.79 | 60.61 | 84.2 | - |
| YUV | 183.73 | 154.11 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 223 | 230 | 0.61 | 0.03 | 0 | 0.10 | 182.98 | 0.74 | 0.63 |
| Hex | 59 | DF | E6 | 3D | 3 | 0 | A | B7 | 4A | 3F |
| Octal | 131 | 337 | 346 | 75 | 3 | 0 | 12 | 267 | 112 | 77 |
| Binary | 1011001 | 11011111 | 11100110 | 111101 | 11 | 0 | 1010 | 10110111 | 1001010 | 111111 |
Color Harmonies of #59DFE6
Complementary color
Monochromatic Colors of #59DFE6
Black with #59DFE6
Text Example
Text Example
White with #59DFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DFE6; }
p { color: rgb(89,223,230); }
H1.HeaderClassName
{
color: #59DFE6;
}
.AnyTagClassName
{
color: #59DFE6;
}
</style>
background-color css
<style>
a { background-color: #59DFE6; }
a { background-color: rgb(89,223,230); }
div.DivClassName
{
background-color: #59DFE6;
}
.BgClassName
{
background-color: #59DFE6;
}
</style>
border-color css
<style>
span { border-color: #59DFE6; }
span { border-color: rgb(89,223,230); }
td.TdClassName
{
border-color: #59DFE6;
}
.TagClassName
{
border-color: #59DFE6;
}
</style>