Shades of Medium Turquoise #53DEDD
Tints of Medium Turquoise #53DEDD
RGB
CMYK
RGB Variations
Color information
#53DEDD (or 0x53DEDD) is known color: Medium Turquoise. HEX triplet: 53, DE and DD. RGB value is (83,222,221). Sum of RGB (Red+Green+Blue) = 83+222+221=526 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.78% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #53DEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DEDD is #AC2122. Grayscale: #B4B4B4. Windows color (decimal): -11280675 or 14540371. OLE color: 14540371.
HSL color Cylindrical-coordinate representation of color #53DEDD: hue angle of 179.57º degrees, saturation: 0.68, 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 #53DEDD is Cyan = 0.63, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 222 | 221 | - |
| CMYK | 0.63 | 0 | 0.00 | 0.13 |
| HSL | 179.57º | 0.68% | 0.6% | - |
| HSV(B) | 179.57º | 0.63% | 0.87% | - |
| XYZ | 42.74 | 59.3 | 77.6 | - |
| YUV | 180.33 | 150.95 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 222 | 221 | 0.63 | 0 | 0.00 | 0.13 | 179.57 | 0.68 | 0.6 |
| Hex | 53 | DE | DD | 3F | 0 | 0 | D | B4 | 44 | 3C |
| Octal | 123 | 336 | 335 | 77 | 0 | 0 | 15 | 264 | 104 | 74 |
| Binary | 1010011 | 11011110 | 11011101 | 111111 | 0 | 0 | 1101 | 10110100 | 1000100 | 111100 |
Color Harmonies of #53DEDD
Complementary color
Monochromatic Colors of #53DEDD
Black with #53DEDD
Text Example
Text Example
White with #53DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DEDD; }
p { color: rgb(83,222,221); }
H1.HeaderClassName
{
color: #53DEDD;
}
.AnyTagClassName
{
color: #53DEDD;
}
</style>
background-color css
<style>
a { background-color: #53DEDD; }
a { background-color: rgb(83,222,221); }
div.DivClassName
{
background-color: #53DEDD;
}
.BgClassName
{
background-color: #53DEDD;
}
</style>
border-color css
<style>
span { border-color: #53DEDD; }
span { border-color: rgb(83,222,221); }
td.TdClassName
{
border-color: #53DEDD;
}
.TagClassName
{
border-color: #53DEDD;
}
</style>