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