Shades of Turquoise Blue #59CBED
Tints of Turquoise Blue #59CBED
RGB
CMYK
RGB Variations
Color information
#59CBED (or 0x59CBED) is known color: Turquoise Blue. HEX triplet: 59, CB and ED. RGB value is (89,203,237). Sum of RGB (Red+Green+Blue) = 89+203+237=529 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.82% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #59CBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CBED is #A63412. Grayscale: #ACACAC. Windows color (decimal): -10892307 or 15584089. OLE color: 15584089.
HSL color Cylindrical-coordinate representation of color #59CBED: hue angle of 193.78º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59CBED is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 203 | 237 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.07 |
| HSL | 193.78º | 0.8% | 0.64% | - |
| HSV(B) | 193.78º | 0.62% | 0.93% | - |
| XYZ | 40.76 | 50.95 | 87.81 | - |
| YUV | 172.79 | 164.23 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 203 | 237 | 0.62 | 0.14 | 0 | 0.07 | 193.78 | 0.8 | 0.64 |
| Hex | 59 | CB | ED | 3E | E | 0 | 7 | C2 | 50 | 40 |
| Octal | 131 | 313 | 355 | 76 | 16 | 0 | 7 | 302 | 120 | 100 |
| Binary | 1011001 | 11001011 | 11101101 | 111110 | 1110 | 0 | 111 | 11000010 | 1010000 | 1000000 |
Color Harmonies of #59CBED
Complementary color
Monochromatic Colors of #59CBED
Black with #59CBED
Text Example
Text Example
White with #59CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CBED; }
p { color: rgb(89,203,237); }
H1.HeaderClassName
{
color: #59CBED;
}
.AnyTagClassName
{
color: #59CBED;
}
</style>
background-color css
<style>
a { background-color: #59CBED; }
a { background-color: rgb(89,203,237); }
div.DivClassName
{
background-color: #59CBED;
}
.BgClassName
{
background-color: #59CBED;
}
</style>
border-color css
<style>
span { border-color: #59CBED; }
span { border-color: rgb(89,203,237); }
td.TdClassName
{
border-color: #59CBED;
}
.TagClassName
{
border-color: #59CBED;
}
</style>