Shades of Turquoise #53DFDA
Tints of Turquoise #53DFDA
RGB
CMYK
RGB Variations
Color information
#53DFDA (or 0x53DFDA) is known color: Turquoise. HEX triplet: 53, DF and DA. RGB value is (83,223,218). Sum of RGB (Red+Green+Blue) = 83+223+218=524 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.84% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #53DFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DFDA is #AC2025. Grayscale: #B4B4B4. Windows color (decimal): -11280422 or 14344019. OLE color: 14344019.
HSL color Cylindrical-coordinate representation of color #53DFDA: hue angle of 177.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 #53DFDA is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 223 | 218 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.13 |
| HSL | 177.86º | 0.69% | 0.6% | - |
| HSV(B) | 177.86º | 0.63% | 0.87% | - |
| XYZ | 42.61 | 59.68 | 75.6 | - |
| YUV | 180.57 | 149.12 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 223 | 218 | 0.63 | 0 | 0.02 | 0.13 | 177.86 | 0.69 | 0.6 |
| Hex | 53 | DF | DA | 3F | 0 | 2 | D | B2 | 45 | 3C |
| Octal | 123 | 337 | 332 | 77 | 0 | 2 | 15 | 262 | 105 | 74 |
| Binary | 1010011 | 11011111 | 11011010 | 111111 | 0 | 10 | 1101 | 10110010 | 1000101 | 111100 |
Color Harmonies of #53DFDA
Complementary color
Monochromatic Colors of #53DFDA
Black with #53DFDA
Text Example
Text Example
White with #53DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DFDA; }
p { color: rgb(83,223,218); }
H1.HeaderClassName
{
color: #53DFDA;
}
.AnyTagClassName
{
color: #53DFDA;
}
</style>
background-color css
<style>
a { background-color: #53DFDA; }
a { background-color: rgb(83,223,218); }
div.DivClassName
{
background-color: #53DFDA;
}
.BgClassName
{
background-color: #53DFDA;
}
</style>
border-color css
<style>
span { border-color: #53DFDA; }
span { border-color: rgb(83,223,218); }
td.TdClassName
{
border-color: #53DFDA;
}
.TagClassName
{
border-color: #53DFDA;
}
</style>