Shades of Medium Turquoise #53CEDF
Tints of Medium Turquoise #53CEDF
RGB
CMYK
RGB Variations
Color information
#53CEDF (or 0x53CEDF) is known color: Medium Turquoise. HEX triplet: 53, CE and DF. RGB value is (83,206,223). Sum of RGB (Red+Green+Blue) = 83+206+223=512 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.21% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #53CEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CEDF is #AC3120. Grayscale: #AAAAAA. Windows color (decimal): -11284769 or 14667347. OLE color: 14667347.
HSL color Cylindrical-coordinate representation of color #53CEDF: hue angle of 187.29º 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 #53CEDF is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 206 | 223 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.13 |
| HSL | 187.29º | 0.69% | 0.6% | - |
| HSV(B) | 187.29º | 0.63% | 0.87% | - |
| XYZ | 38.96 | 51.31 | 77.66 | - |
| YUV | 171.16 | 157.25 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 223 | 0.63 | 0.08 | 0 | 0.13 | 187.29 | 0.69 | 0.6 |
| Hex | 53 | CE | DF | 3F | 8 | 0 | D | BB | 45 | 3C |
| Octal | 123 | 316 | 337 | 77 | 10 | 0 | 15 | 273 | 105 | 74 |
| Binary | 1010011 | 11001110 | 11011111 | 111111 | 1000 | 0 | 1101 | 10111011 | 1000101 | 111100 |
Color Harmonies of #53CEDF
Complementary color
Monochromatic Colors of #53CEDF
Black with #53CEDF
Text Example
Text Example
White with #53CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CEDF; }
p { color: rgb(83,206,223); }
H1.HeaderClassName
{
color: #53CEDF;
}
.AnyTagClassName
{
color: #53CEDF;
}
</style>
background-color css
<style>
a { background-color: #53CEDF; }
a { background-color: rgb(83,206,223); }
div.DivClassName
{
background-color: #53CEDF;
}
.BgClassName
{
background-color: #53CEDF;
}
</style>
border-color css
<style>
span { border-color: #53CEDF; }
span { border-color: rgb(83,206,223); }
td.TdClassName
{
border-color: #53CEDF;
}
.TagClassName
{
border-color: #53CEDF;
}
</style>