Shades of Medium Turquoise #53D7D0
Tints of Medium Turquoise #53D7D0
RGB
CMYK
RGB Variations
Color information
#53D7D0 (or 0x53D7D0) is known color: Medium Turquoise. HEX triplet: 53, D7 and D0. RGB value is (83,215,208). Sum of RGB (Red+Green+Blue) = 83+215+208=506 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.40% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 215 - color contains mainly: green. Hex color #53D7D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D7D0 is #AC282F. Grayscale: #AEAEAE. Windows color (decimal): -11282480 or 13686611. OLE color: 13686611.
HSL color Cylindrical-coordinate representation of color #53D7D0: hue angle of 176.82º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D7D0 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 215 | 208 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.16 |
| HSL | 176.82º | 0.62% | 0.58% | - |
| HSV(B) | 176.82º | 0.61% | 0.84% | - |
| XYZ | 39.25 | 54.99 | 68.22 | - |
| YUV | 174.73 | 146.77 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 215 | 208 | 0.61 | 0 | 0.03 | 0.16 | 176.82 | 0.62 | 0.58 |
| Hex | 53 | D7 | D0 | 3D | 0 | 3 | 10 | B1 | 3E | 3A |
| Octal | 123 | 327 | 320 | 75 | 0 | 3 | 20 | 261 | 76 | 72 |
| Binary | 1010011 | 11010111 | 11010000 | 111101 | 0 | 11 | 10000 | 10110001 | 111110 | 111010 |
Color Harmonies of #53D7D0
Complementary color
Monochromatic Colors of #53D7D0
Black with #53D7D0
Text Example
Text Example
White with #53D7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D7D0; }
p { color: rgb(83,215,208); }
H1.HeaderClassName
{
color: #53D7D0;
}
.AnyTagClassName
{
color: #53D7D0;
}
</style>
background-color css
<style>
a { background-color: #53D7D0; }
a { background-color: rgb(83,215,208); }
div.DivClassName
{
background-color: #53D7D0;
}
.BgClassName
{
background-color: #53D7D0;
}
</style>
border-color css
<style>
span { border-color: #53D7D0; }
span { border-color: rgb(83,215,208); }
td.TdClassName
{
border-color: #53D7D0;
}
.TagClassName
{
border-color: #53D7D0;
}
</style>