Shades of Medium Turquoise #53CDDD
Tints of Medium Turquoise #53CDDD
RGB
CMYK
RGB Variations
Color information
#53CDDD (or 0x53CDDD) is known color: Medium Turquoise. HEX triplet: 53, CD and DD. RGB value is (83,205,221). Sum of RGB (Red+Green+Blue) = 83+205+221=509 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.31% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #53CDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CDDD is #AC3222. Grayscale: #AAAAAA. Windows color (decimal): -11285027 or 14536019. OLE color: 14536019.
HSL color Cylindrical-coordinate representation of color #53CDDD: hue angle of 186.96º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53CDDD is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 205 | 221 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.13 |
| HSL | 186.96º | 0.67% | 0.6% | - |
| HSV(B) | 186.96º | 0.62% | 0.87% | - |
| XYZ | 38.45 | 50.72 | 76.17 | - |
| YUV | 170.35 | 156.58 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 205 | 221 | 0.62 | 0.07 | 0 | 0.13 | 186.96 | 0.67 | 0.6 |
| Hex | 53 | CD | DD | 3E | 7 | 0 | D | BB | 43 | 3C |
| Octal | 123 | 315 | 335 | 76 | 7 | 0 | 15 | 273 | 103 | 74 |
| Binary | 1010011 | 11001101 | 11011101 | 111110 | 111 | 0 | 1101 | 10111011 | 1000011 | 111100 |
Color Harmonies of #53CDDD
Complementary color
Monochromatic Colors of #53CDDD
Black with #53CDDD
Text Example
Text Example
White with #53CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CDDD; }
p { color: rgb(83,205,221); }
H1.HeaderClassName
{
color: #53CDDD;
}
.AnyTagClassName
{
color: #53CDDD;
}
</style>
background-color css
<style>
a { background-color: #53CDDD; }
a { background-color: rgb(83,205,221); }
div.DivClassName
{
background-color: #53CDDD;
}
.BgClassName
{
background-color: #53CDDD;
}
</style>
border-color css
<style>
span { border-color: #53CDDD; }
span { border-color: rgb(83,205,221); }
td.TdClassName
{
border-color: #53CDDD;
}
.TagClassName
{
border-color: #53CDDD;
}
</style>