Shades of Medium Turquoise #53DFBD
Tints of Medium Turquoise #53DFBD
RGB
CMYK
RGB Variations
Color information
#53DFBD (or 0x53DFBD) is known color: Medium Turquoise. HEX triplet: 53, DF and BD. RGB value is (83,223,189). Sum of RGB (Red+Green+Blue) = 83+223+189=495 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.77% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #53DFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DFBD is #AC2042. Grayscale: #B1B1B1. Windows color (decimal): -11280451 or 12443475. OLE color: 12443475.
HSL color Cylindrical-coordinate representation of color #53DFBD: hue angle of 165.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53DFBD is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 223 | 189 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.13 |
| HSL | 165.43º | 0.69% | 0.6% | - |
| HSV(B) | 165.43º | 0.63% | 0.87% | - |
| XYZ | 39.14 | 58.29 | 57.33 | - |
| YUV | 177.26 | 134.62 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 223 | 189 | 0.63 | 0 | 0.15 | 0.13 | 165.43 | 0.69 | 0.6 |
| Hex | 53 | DF | BD | 3F | 0 | F | D | A5 | 45 | 3C |
| Octal | 123 | 337 | 275 | 77 | 0 | 17 | 15 | 245 | 105 | 74 |
| Binary | 1010011 | 11011111 | 10111101 | 111111 | 0 | 1111 | 1101 | 10100101 | 1000101 | 111100 |
Color Harmonies of #53DFBD
Complementary color
Monochromatic Colors of #53DFBD
Black with #53DFBD
Text Example
Text Example
White with #53DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DFBD; }
p { color: rgb(83,223,189); }
H1.HeaderClassName
{
color: #53DFBD;
}
.AnyTagClassName
{
color: #53DFBD;
}
</style>
background-color css
<style>
a { background-color: #53DFBD; }
a { background-color: rgb(83,223,189); }
div.DivClassName
{
background-color: #53DFBD;
}
.BgClassName
{
background-color: #53DFBD;
}
</style>
border-color css
<style>
span { border-color: #53DFBD; }
span { border-color: rgb(83,223,189); }
td.TdClassName
{
border-color: #53DFBD;
}
.TagClassName
{
border-color: #53DFBD;
}
</style>