Shades of Medium Turquoise #59CFD2
Tints of Medium Turquoise #59CFD2
RGB
CMYK
RGB Variations
Color information
#59CFD2 (or 0x59CFD2) is known color: Medium Turquoise. HEX triplet: 59, CF and D2. RGB value is (89,207,210). Sum of RGB (Red+Green+Blue) = 89+207+210=506 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.59% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 210 - color contains mainly: blue. Hex color #59CFD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CFD2 is #A6302D. Grayscale: #ABABAB. Windows color (decimal): -10891310 or 13815641. OLE color: 13815641.
HSL color Cylindrical-coordinate representation of color #59CFD2: hue angle of 181.49º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59CFD2 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 207 | 210 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.18 |
| HSL | 181.49º | 0.57% | 0.59% | - |
| HSV(B) | 181.49º | 0.58% | 0.82% | - |
| XYZ | 38.07 | 51.4 | 68.89 | - |
| YUV | 172.06 | 149.41 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 207 | 210 | 0.58 | 0.01 | 0 | 0.18 | 181.49 | 0.57 | 0.59 |
| Hex | 59 | CF | D2 | 3A | 1 | 0 | 12 | B5 | 39 | 3B |
| Octal | 131 | 317 | 322 | 72 | 1 | 0 | 22 | 265 | 71 | 73 |
| Binary | 1011001 | 11001111 | 11010010 | 111010 | 1 | 0 | 10010 | 10110101 | 111001 | 111011 |
Color Harmonies of #59CFD2
Complementary color
Monochromatic Colors of #59CFD2
Black with #59CFD2
Text Example
Text Example
White with #59CFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CFD2; }
p { color: rgb(89,207,210); }
H1.HeaderClassName
{
color: #59CFD2;
}
.AnyTagClassName
{
color: #59CFD2;
}
</style>
background-color css
<style>
a { background-color: #59CFD2; }
a { background-color: rgb(89,207,210); }
div.DivClassName
{
background-color: #59CFD2;
}
.BgClassName
{
background-color: #59CFD2;
}
</style>
border-color css
<style>
span { border-color: #59CFD2; }
span { border-color: rgb(89,207,210); }
td.TdClassName
{
border-color: #59CFD2;
}
.TagClassName
{
border-color: #59CFD2;
}
</style>