Shades of Medium Turquoise #53D0CC
Tints of Medium Turquoise #53D0CC
RGB
CMYK
RGB Variations
Color information
#53D0CC (or 0x53D0CC) is known color: Medium Turquoise. HEX triplet: 53, D0 and CC. RGB value is (83,208,204). Sum of RGB (Red+Green+Blue) = 83+208+204=495 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.77% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #53D0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D0CC is #AC2F33. Grayscale: #AAAAAA. Windows color (decimal): -11284276 or 13422675. OLE color: 13422675.
HSL color Cylindrical-coordinate representation of color #53D0CC: hue angle of 178.08º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D0CC is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 208 | 204 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.18 |
| HSL | 178.08º | 0.57% | 0.57% | - |
| HSV(B) | 178.08º | 0.6% | 0.82% | - |
| XYZ | 37.02 | 51.31 | 65.08 | - |
| YUV | 170.17 | 147.09 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 208 | 204 | 0.60 | 0 | 0.02 | 0.18 | 178.08 | 0.57 | 0.57 |
| Hex | 53 | D0 | CC | 3C | 0 | 2 | 12 | B2 | 39 | 39 |
| Octal | 123 | 320 | 314 | 74 | 0 | 2 | 22 | 262 | 71 | 71 |
| Binary | 1010011 | 11010000 | 11001100 | 111100 | 0 | 10 | 10010 | 10110010 | 111001 | 111001 |
Color Harmonies of #53D0CC
Complementary color
Monochromatic Colors of #53D0CC
Black with #53D0CC
Text Example
Text Example
White with #53D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D0CC; }
p { color: rgb(83,208,204); }
H1.HeaderClassName
{
color: #53D0CC;
}
.AnyTagClassName
{
color: #53D0CC;
}
</style>
background-color css
<style>
a { background-color: #53D0CC; }
a { background-color: rgb(83,208,204); }
div.DivClassName
{
background-color: #53D0CC;
}
.BgClassName
{
background-color: #53D0CC;
}
</style>
border-color css
<style>
span { border-color: #53D0CC; }
span { border-color: rgb(83,208,204); }
td.TdClassName
{
border-color: #53D0CC;
}
.TagClassName
{
border-color: #53D0CC;
}
</style>