Shades of Turquoise #53DFDB
Tints of Turquoise #53DFDB
RGB
CMYK
RGB Variations
Color information
#53DFDB (or 0x53DFDB) is known color: Turquoise. HEX triplet: 53, DF and DB. RGB value is (83,223,219). Sum of RGB (Red+Green+Blue) = 83+223+219=525 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.81% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #53DFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DFDB is #AC2024. Grayscale: #B4B4B4. Windows color (decimal): -11280421 or 14409555. OLE color: 14409555.
HSL color Cylindrical-coordinate representation of color #53DFDB: hue angle of 178.29º 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 #53DFDB is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 223 | 219 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.13 |
| HSL | 178.29º | 0.69% | 0.6% | - |
| HSV(B) | 178.29º | 0.63% | 0.87% | - |
| XYZ | 42.74 | 59.73 | 76.29 | - |
| YUV | 180.68 | 149.62 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 223 | 219 | 0.63 | 0 | 0.02 | 0.13 | 178.29 | 0.69 | 0.6 |
| Hex | 53 | DF | DB | 3F | 0 | 2 | D | B2 | 45 | 3C |
| Octal | 123 | 337 | 333 | 77 | 0 | 2 | 15 | 262 | 105 | 74 |
| Binary | 1010011 | 11011111 | 11011011 | 111111 | 0 | 10 | 1101 | 10110010 | 1000101 | 111100 |
Color Harmonies of #53DFDB
Complementary color
Monochromatic Colors of #53DFDB
Black with #53DFDB
Text Example
Text Example
White with #53DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DFDB; }
p { color: rgb(83,223,219); }
H1.HeaderClassName
{
color: #53DFDB;
}
.AnyTagClassName
{
color: #53DFDB;
}
</style>
background-color css
<style>
a { background-color: #53DFDB; }
a { background-color: rgb(83,223,219); }
div.DivClassName
{
background-color: #53DFDB;
}
.BgClassName
{
background-color: #53DFDB;
}
</style>
border-color css
<style>
span { border-color: #53DFDB; }
span { border-color: rgb(83,223,219); }
td.TdClassName
{
border-color: #53DFDB;
}
.TagClassName
{
border-color: #53DFDB;
}
</style>