Shades of Medium Turquoise #53CCDD
Tints of Medium Turquoise #53CCDD
RGB
CMYK
RGB Variations
Color information
#53CCDD (or 0x53CCDD) is known color: Medium Turquoise. HEX triplet: 53, CC and DD. RGB value is (83,204,221). Sum of RGB (Red+Green+Blue) = 83+204+221=508 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.34% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #53CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CCDD is #AC3322. Grayscale: #A9A9A9. Windows color (decimal): -11285283 or 14535763. OLE color: 14535763.
HSL color Cylindrical-coordinate representation of color #53CCDD: hue angle of 187.39º 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 #53CCDD is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 204 | 221 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.13 |
| HSL | 187.39º | 0.67% | 0.6% | - |
| HSV(B) | 187.39º | 0.62% | 0.87% | - |
| XYZ | 38.21 | 50.25 | 76.09 | - |
| YUV | 169.76 | 156.91 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 221 | 0.62 | 0.08 | 0 | 0.13 | 187.39 | 0.67 | 0.6 |
| Hex | 53 | CC | DD | 3E | 8 | 0 | D | BB | 43 | 3C |
| Octal | 123 | 314 | 335 | 76 | 10 | 0 | 15 | 273 | 103 | 74 |
| Binary | 1010011 | 11001100 | 11011101 | 111110 | 1000 | 0 | 1101 | 10111011 | 1000011 | 111100 |
Color Harmonies of #53CCDD
Complementary color
Monochromatic Colors of #53CCDD
Black with #53CCDD
Text Example
Text Example
White with #53CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CCDD; }
p { color: rgb(83,204,221); }
H1.HeaderClassName
{
color: #53CCDD;
}
.AnyTagClassName
{
color: #53CCDD;
}
</style>
background-color css
<style>
a { background-color: #53CCDD; }
a { background-color: rgb(83,204,221); }
div.DivClassName
{
background-color: #53CCDD;
}
.BgClassName
{
background-color: #53CCDD;
}
</style>
border-color css
<style>
span { border-color: #53CCDD; }
span { border-color: rgb(83,204,221); }
td.TdClassName
{
border-color: #53CCDD;
}
.TagClassName
{
border-color: #53CCDD;
}
</style>