Shades of Medium Turquoise #53DACF
Tints of Medium Turquoise #53DACF
RGB
CMYK
RGB Variations
Color information
#53DACF (or 0x53DACF) is known color: Medium Turquoise. HEX triplet: 53, DA and CF. RGB value is (83,218,207). Sum of RGB (Red+Green+Blue) = 83+218+207=508 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.34% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #53DACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DACF is #AC2530. Grayscale: #B0B0B0. Windows color (decimal): -11281713 or 13621843. OLE color: 13621843.
HSL color Cylindrical-coordinate representation of color #53DACF: hue angle of 175.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DACF is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 218 | 207 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.15 |
| HSL | 175.11º | 0.65% | 0.59% | - |
| HSV(B) | 175.11º | 0.62% | 0.85% | - |
| XYZ | 39.9 | 56.49 | 67.83 | - |
| YUV | 176.38 | 145.27 | 61.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 218 | 207 | 0.62 | 0 | 0.05 | 0.15 | 175.11 | 0.65 | 0.59 |
| Hex | 53 | DA | CF | 3E | 0 | 5 | F | AF | 41 | 3B |
| Octal | 123 | 332 | 317 | 76 | 0 | 5 | 17 | 257 | 101 | 73 |
| Binary | 1010011 | 11011010 | 11001111 | 111110 | 0 | 101 | 1111 | 10101111 | 1000001 | 111011 |
Color Harmonies of #53DACF
Complementary color
Monochromatic Colors of #53DACF
Black with #53DACF
Text Example
Text Example
White with #53DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DACF; }
p { color: rgb(83,218,207); }
H1.HeaderClassName
{
color: #53DACF;
}
.AnyTagClassName
{
color: #53DACF;
}
</style>
background-color css
<style>
a { background-color: #53DACF; }
a { background-color: rgb(83,218,207); }
div.DivClassName
{
background-color: #53DACF;
}
.BgClassName
{
background-color: #53DACF;
}
</style>
border-color css
<style>
span { border-color: #53DACF; }
span { border-color: rgb(83,218,207); }
td.TdClassName
{
border-color: #53DACF;
}
.TagClassName
{
border-color: #53DACF;
}
</style>