Shades of Turquoise Blue #59CDF3
Tints of Turquoise Blue #59CDF3
RGB
CMYK
RGB Variations
Color information
#59CDF3 (or 0x59CDF3) is known color: Turquoise Blue. HEX triplet: 59, CD and F3. RGB value is (89,205,243). Sum of RGB (Red+Green+Blue) = 89+205+243=537 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.57% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 243 (95.31% from 255 or 45.25% from 537); Max value from RGB is 243 - color contains mainly: blue. Hex color #59CDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CDF3 is #A6320C. Grayscale: #AEAEAE. Windows color (decimal): -10891789 or 15977817. OLE color: 15977817.
HSL color Cylindrical-coordinate representation of color #59CDF3: hue angle of 194.81º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59CDF3 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 205 | 243 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.05 |
| HSL | 194.81º | 0.87% | 0.65% | - |
| HSV(B) | 194.81º | 0.63% | 0.95% | - |
| XYZ | 42.13 | 52.26 | 92.66 | - |
| YUV | 174.65 | 166.57 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 205 | 243 | 0.63 | 0.16 | 0 | 0.05 | 194.81 | 0.87 | 0.65 |
| Hex | 59 | CD | F3 | 3F | 10 | 0 | 5 | C3 | 57 | 41 |
| Octal | 131 | 315 | 363 | 77 | 20 | 0 | 5 | 303 | 127 | 101 |
| Binary | 1011001 | 11001101 | 11110011 | 111111 | 10000 | 0 | 101 | 11000011 | 1010111 | 1000001 |
Color Harmonies of #59CDF3
Complementary color
Monochromatic Colors of #59CDF3
Black with #59CDF3
Text Example
Text Example
White with #59CDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CDF3; }
p { color: rgb(89,205,243); }
H1.HeaderClassName
{
color: #59CDF3;
}
.AnyTagClassName
{
color: #59CDF3;
}
</style>
background-color css
<style>
a { background-color: #59CDF3; }
a { background-color: rgb(89,205,243); }
div.DivClassName
{
background-color: #59CDF3;
}
.BgClassName
{
background-color: #59CDF3;
}
</style>
border-color css
<style>
span { border-color: #59CDF3; }
span { border-color: rgb(89,205,243); }
td.TdClassName
{
border-color: #59CDF3;
}
.TagClassName
{
border-color: #59CDF3;
}
</style>