Shades of Medium Turquoise #53CDDC
Tints of Medium Turquoise #53CDDC
RGB
CMYK
RGB Variations
Color information
#53CDDC (or 0x53CDDC) is known color: Medium Turquoise. HEX triplet: 53, CD and DC. RGB value is (83,205,220). Sum of RGB (Red+Green+Blue) = 83+205+220=508 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.34% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #53CDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CDDC is #AC3223. Grayscale: #AAAAAA. Windows color (decimal): -11285028 or 14470483. OLE color: 14470483.
HSL color Cylindrical-coordinate representation of color #53CDDC: hue angle of 186.57º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53CDDC is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 205 | 220 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.14 |
| HSL | 186.57º | 0.66% | 0.59% | - |
| HSV(B) | 186.57º | 0.62% | 0.86% | - |
| XYZ | 38.32 | 50.67 | 75.47 | - |
| YUV | 170.23 | 156.08 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 205 | 220 | 0.62 | 0.07 | 0 | 0.14 | 186.57 | 0.66 | 0.59 |
| Hex | 53 | CD | DC | 3E | 7 | 0 | E | BB | 42 | 3B |
| Octal | 123 | 315 | 334 | 76 | 7 | 0 | 16 | 273 | 102 | 73 |
| Binary | 1010011 | 11001101 | 11011100 | 111110 | 111 | 0 | 1110 | 10111011 | 1000010 | 111011 |
Color Harmonies of #53CDDC
Complementary color
Monochromatic Colors of #53CDDC
Black with #53CDDC
Text Example
Text Example
White with #53CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CDDC; }
p { color: rgb(83,205,220); }
H1.HeaderClassName
{
color: #53CDDC;
}
.AnyTagClassName
{
color: #53CDDC;
}
</style>
background-color css
<style>
a { background-color: #53CDDC; }
a { background-color: rgb(83,205,220); }
div.DivClassName
{
background-color: #53CDDC;
}
.BgClassName
{
background-color: #53CDDC;
}
</style>
border-color css
<style>
span { border-color: #53CDDC; }
span { border-color: rgb(83,205,220); }
td.TdClassName
{
border-color: #53CDDC;
}
.TagClassName
{
border-color: #53CDDC;
}
</style>