Shades of Medium Turquoise #53DBBD
Tints of Medium Turquoise #53DBBD
RGB
CMYK
RGB Variations
Color information
#53DBBD (or 0x53DBBD) is known color: Medium Turquoise. HEX triplet: 53, DB and BD. RGB value is (83,219,189). Sum of RGB (Red+Green+Blue) = 83+219+189=491 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.90% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #53DBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DBBD is #AC2442. Grayscale: #AEAEAE. Windows color (decimal): -11281475 or 12442451. OLE color: 12442451.
HSL color Cylindrical-coordinate representation of color #53DBBD: hue angle of 166.76º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DBBD is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 219 | 189 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.14 |
| HSL | 166.76º | 0.65% | 0.59% | - |
| HSV(B) | 166.76º | 0.62% | 0.86% | - |
| XYZ | 38.08 | 56.18 | 56.98 | - |
| YUV | 174.92 | 135.94 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 219 | 189 | 0.62 | 0 | 0.14 | 0.14 | 166.76 | 0.65 | 0.59 |
| Hex | 53 | DB | BD | 3E | 0 | E | E | A7 | 41 | 3B |
| Octal | 123 | 333 | 275 | 76 | 0 | 16 | 16 | 247 | 101 | 73 |
| Binary | 1010011 | 11011011 | 10111101 | 111110 | 0 | 1110 | 1110 | 10100111 | 1000001 | 111011 |
Color Harmonies of #53DBBD
Complementary color
Monochromatic Colors of #53DBBD
Black with #53DBBD
Text Example
Text Example
White with #53DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DBBD; }
p { color: rgb(83,219,189); }
H1.HeaderClassName
{
color: #53DBBD;
}
.AnyTagClassName
{
color: #53DBBD;
}
</style>
background-color css
<style>
a { background-color: #53DBBD; }
a { background-color: rgb(83,219,189); }
div.DivClassName
{
background-color: #53DBBD;
}
.BgClassName
{
background-color: #53DBBD;
}
</style>
border-color css
<style>
span { border-color: #53DBBD; }
span { border-color: rgb(83,219,189); }
td.TdClassName
{
border-color: #53DBBD;
}
.TagClassName
{
border-color: #53DBBD;
}
</style>