Shades of Turquoise #53DFCC
Tints of Turquoise #53DFCC
RGB
CMYK
RGB Variations
Color information
#53DFCC (or 0x53DFCC) is known color: Turquoise. HEX triplet: 53, DF and CC. RGB value is (83,223,204). Sum of RGB (Red+Green+Blue) = 83+223+204=510 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.27% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #53DFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DFCC is #AC2033. Grayscale: #B2B2B2. Windows color (decimal): -11280436 or 13426515. OLE color: 13426515.
HSL color Cylindrical-coordinate representation of color #53DFCC: hue angle of 171.86º degrees, saturation: 0.69, 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 #53DFCC is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 223 | 204 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.13 |
| HSL | 171.86º | 0.69% | 0.6% | - |
| HSV(B) | 171.86º | 0.63% | 0.87% | - |
| XYZ | 40.85 | 58.97 | 66.36 | - |
| YUV | 178.97 | 142.12 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 223 | 204 | 0.63 | 0 | 0.09 | 0.13 | 171.86 | 0.69 | 0.6 |
| Hex | 53 | DF | CC | 3F | 0 | 9 | D | AC | 45 | 3C |
| Octal | 123 | 337 | 314 | 77 | 0 | 11 | 15 | 254 | 105 | 74 |
| Binary | 1010011 | 11011111 | 11001100 | 111111 | 0 | 1001 | 1101 | 10101100 | 1000101 | 111100 |
Color Harmonies of #53DFCC
Complementary color
Monochromatic Colors of #53DFCC
Black with #53DFCC
Text Example
Text Example
White with #53DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DFCC; }
p { color: rgb(83,223,204); }
H1.HeaderClassName
{
color: #53DFCC;
}
.AnyTagClassName
{
color: #53DFCC;
}
</style>
background-color css
<style>
a { background-color: #53DFCC; }
a { background-color: rgb(83,223,204); }
div.DivClassName
{
background-color: #53DFCC;
}
.BgClassName
{
background-color: #53DFCC;
}
</style>
border-color css
<style>
span { border-color: #53DFCC; }
span { border-color: rgb(83,223,204); }
td.TdClassName
{
border-color: #53DFCC;
}
.TagClassName
{
border-color: #53DFCC;
}
</style>