Shades of Turquoise Blue #59CEF4
Tints of Turquoise Blue #59CEF4
RGB
CMYK
RGB Variations
Color information
#59CEF4 (or 0x59CEF4) is known color: Turquoise Blue. HEX triplet: 59, CE and F4. RGB value is (89,206,244). Sum of RGB (Red+Green+Blue) = 89+206+244=539 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.51% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 244 (95.70% from 255 or 45.27% from 539); Max value from RGB is 244 - color contains mainly: blue. Hex color #59CEF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CEF4 is #A6310B. Grayscale: #AFAFAF. Windows color (decimal): -10891532 or 16043609. OLE color: 16043609.
HSL color Cylindrical-coordinate representation of color #59CEF4: hue angle of 194.71º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59CEF4 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 206 | 244 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.04 |
| HSL | 194.71º | 0.88% | 0.65% | - |
| HSV(B) | 194.71º | 0.64% | 0.96% | - |
| XYZ | 42.52 | 52.8 | 93.54 | - |
| YUV | 175.35 | 166.74 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 206 | 244 | 0.64 | 0.16 | 0 | 0.04 | 194.71 | 0.88 | 0.65 |
| Hex | 59 | CE | F4 | 40 | 10 | 0 | 4 | C3 | 58 | 41 |
| Octal | 131 | 316 | 364 | 100 | 20 | 0 | 4 | 303 | 130 | 101 |
| Binary | 1011001 | 11001110 | 11110100 | 1000000 | 10000 | 0 | 100 | 11000011 | 1011000 | 1000001 |
Color Harmonies of #59CEF4
Complementary color
Monochromatic Colors of #59CEF4
Black with #59CEF4
Text Example
Text Example
White with #59CEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CEF4; }
p { color: rgb(89,206,244); }
H1.HeaderClassName
{
color: #59CEF4;
}
.AnyTagClassName
{
color: #59CEF4;
}
</style>
background-color css
<style>
a { background-color: #59CEF4; }
a { background-color: rgb(89,206,244); }
div.DivClassName
{
background-color: #59CEF4;
}
.BgClassName
{
background-color: #59CEF4;
}
</style>
border-color css
<style>
span { border-color: #59CEF4; }
span { border-color: rgb(89,206,244); }
td.TdClassName
{
border-color: #59CEF4;
}
.TagClassName
{
border-color: #59CEF4;
}
</style>