Shades of Medium Turquoise #53C9DF
Tints of Medium Turquoise #53C9DF
RGB
CMYK
RGB Variations
Color information
#53C9DF (or 0x53C9DF) is known color: Medium Turquoise. HEX triplet: 53, C9 and DF. RGB value is (83,201,223). Sum of RGB (Red+Green+Blue) = 83+201+223=507 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.37% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #53C9DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C9DF is #AC3620. Grayscale: #A8A8A8. Windows color (decimal): -11286049 or 14666067. OLE color: 14666067.
HSL color Cylindrical-coordinate representation of color #53C9DF: hue angle of 189.43º 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 #53C9DF is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 201 | 223 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.13 |
| HSL | 189.43º | 0.69% | 0.6% | - |
| HSV(B) | 189.43º | 0.63% | 0.87% | - |
| XYZ | 37.77 | 48.94 | 77.27 | - |
| YUV | 168.23 | 158.91 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 201 | 223 | 0.63 | 0.10 | 0 | 0.13 | 189.43 | 0.69 | 0.6 |
| Hex | 53 | C9 | DF | 3F | A | 0 | D | BD | 45 | 3C |
| Octal | 123 | 311 | 337 | 77 | 12 | 0 | 15 | 275 | 105 | 74 |
| Binary | 1010011 | 11001001 | 11011111 | 111111 | 1010 | 0 | 1101 | 10111101 | 1000101 | 111100 |
Color Harmonies of #53C9DF
Complementary color
Monochromatic Colors of #53C9DF
Black with #53C9DF
Text Example
Text Example
White with #53C9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C9DF; }
p { color: rgb(83,201,223); }
H1.HeaderClassName
{
color: #53C9DF;
}
.AnyTagClassName
{
color: #53C9DF;
}
</style>
background-color css
<style>
a { background-color: #53C9DF; }
a { background-color: rgb(83,201,223); }
div.DivClassName
{
background-color: #53C9DF;
}
.BgClassName
{
background-color: #53C9DF;
}
</style>
border-color css
<style>
span { border-color: #53C9DF; }
span { border-color: rgb(83,201,223); }
td.TdClassName
{
border-color: #53C9DF;
}
.TagClassName
{
border-color: #53C9DF;
}
</style>