Shades of Medium Turquoise #53CADB
Tints of Medium Turquoise #53CADB
RGB
CMYK
RGB Variations
Color information
#53CADB (or 0x53CADB) is known color: Medium Turquoise. HEX triplet: 53, CA and DB. RGB value is (83,202,219). Sum of RGB (Red+Green+Blue) = 83+202+219=504 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.47% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #53CADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CADB is #AC3524. Grayscale: #A8A8A8. Windows color (decimal): -11285797 or 14404179. OLE color: 14404179.
HSL color Cylindrical-coordinate representation of color #53CADB: hue angle of 187.5º 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 #53CADB is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 202 | 219 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.14 |
| HSL | 187.5º | 0.65% | 0.59% | - |
| HSV(B) | 187.5º | 0.62% | 0.86% | - |
| XYZ | 37.47 | 49.19 | 74.54 | - |
| YUV | 168.36 | 156.58 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 202 | 219 | 0.62 | 0.08 | 0 | 0.14 | 187.5 | 0.65 | 0.59 |
| Hex | 53 | CA | DB | 3E | 8 | 0 | E | BC | 41 | 3B |
| Octal | 123 | 312 | 333 | 76 | 10 | 0 | 16 | 274 | 101 | 73 |
| Binary | 1010011 | 11001010 | 11011011 | 111110 | 1000 | 0 | 1110 | 10111100 | 1000001 | 111011 |
Color Harmonies of #53CADB
Complementary color
Monochromatic Colors of #53CADB
Black with #53CADB
Text Example
Text Example
White with #53CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CADB; }
p { color: rgb(83,202,219); }
H1.HeaderClassName
{
color: #53CADB;
}
.AnyTagClassName
{
color: #53CADB;
}
</style>
background-color css
<style>
a { background-color: #53CADB; }
a { background-color: rgb(83,202,219); }
div.DivClassName
{
background-color: #53CADB;
}
.BgClassName
{
background-color: #53CADB;
}
</style>
border-color css
<style>
span { border-color: #53CADB; }
span { border-color: rgb(83,202,219); }
td.TdClassName
{
border-color: #53CADB;
}
.TagClassName
{
border-color: #53CADB;
}
</style>