Shades of Medium Turquoise #53CEDD
Tints of Medium Turquoise #53CEDD
RGB
CMYK
RGB Variations
Color information
#53CEDD (or 0x53CEDD) is known color: Medium Turquoise. HEX triplet: 53, CE and DD. RGB value is (83,206,221). Sum of RGB (Red+Green+Blue) = 83+206+221=510 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.27% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #53CEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CEDD is #AC3122. Grayscale: #AAAAAA. Windows color (decimal): -11284771 or 14536275. OLE color: 14536275.
HSL color Cylindrical-coordinate representation of color #53CEDD: hue angle of 186.52º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53CEDD is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 206 | 221 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.13 |
| HSL | 186.52º | 0.67% | 0.6% | - |
| HSV(B) | 186.52º | 0.62% | 0.87% | - |
| XYZ | 38.69 | 51.2 | 76.25 | - |
| YUV | 170.93 | 156.25 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 221 | 0.62 | 0.07 | 0 | 0.13 | 186.52 | 0.67 | 0.6 |
| Hex | 53 | CE | DD | 3E | 7 | 0 | D | BB | 43 | 3C |
| Octal | 123 | 316 | 335 | 76 | 7 | 0 | 15 | 273 | 103 | 74 |
| Binary | 1010011 | 11001110 | 11011101 | 111110 | 111 | 0 | 1101 | 10111011 | 1000011 | 111100 |
Color Harmonies of #53CEDD
Complementary color
Monochromatic Colors of #53CEDD
Black with #53CEDD
Text Example
Text Example
White with #53CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CEDD; }
p { color: rgb(83,206,221); }
H1.HeaderClassName
{
color: #53CEDD;
}
.AnyTagClassName
{
color: #53CEDD;
}
</style>
background-color css
<style>
a { background-color: #53CEDD; }
a { background-color: rgb(83,206,221); }
div.DivClassName
{
background-color: #53CEDD;
}
.BgClassName
{
background-color: #53CEDD;
}
</style>
border-color css
<style>
span { border-color: #53CEDD; }
span { border-color: rgb(83,206,221); }
td.TdClassName
{
border-color: #53CEDD;
}
.TagClassName
{
border-color: #53CEDD;
}
</style>