Shades of Medium Turquoise #53CADE
Tints of Medium Turquoise #53CADE
RGB
CMYK
RGB Variations
Color information
#53CADE (or 0x53CADE) is known color: Medium Turquoise. HEX triplet: 53, CA and DE. RGB value is (83,202,222). Sum of RGB (Red+Green+Blue) = 83+202+222=507 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.37% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #53CADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CADE is #AC3521. Grayscale: #A8A8A8. Windows color (decimal): -11285794 or 14600787. OLE color: 14600787.
HSL color Cylindrical-coordinate representation of color #53CADE: hue angle of 188.63º degrees, saturation: 0.68, 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 #53CADE is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 202 | 222 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.13 |
| HSL | 188.63º | 0.68% | 0.6% | - |
| HSV(B) | 188.63º | 0.63% | 0.87% | - |
| XYZ | 37.87 | 49.35 | 76.64 | - |
| YUV | 168.7 | 158.08 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 202 | 222 | 0.63 | 0.09 | 0 | 0.13 | 188.63 | 0.68 | 0.6 |
| Hex | 53 | CA | DE | 3F | 9 | 0 | D | BD | 44 | 3C |
| Octal | 123 | 312 | 336 | 77 | 11 | 0 | 15 | 275 | 104 | 74 |
| Binary | 1010011 | 11001010 | 11011110 | 111111 | 1001 | 0 | 1101 | 10111101 | 1000100 | 111100 |
Color Harmonies of #53CADE
Complementary color
Monochromatic Colors of #53CADE
Black with #53CADE
Text Example
Text Example
White with #53CADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CADE; }
p { color: rgb(83,202,222); }
H1.HeaderClassName
{
color: #53CADE;
}
.AnyTagClassName
{
color: #53CADE;
}
</style>
background-color css
<style>
a { background-color: #53CADE; }
a { background-color: rgb(83,202,222); }
div.DivClassName
{
background-color: #53CADE;
}
.BgClassName
{
background-color: #53CADE;
}
</style>
border-color css
<style>
span { border-color: #53CADE; }
span { border-color: rgb(83,202,222); }
td.TdClassName
{
border-color: #53CADE;
}
.TagClassName
{
border-color: #53CADE;
}
</style>