Shades of Medium Turquoise #53CECF
Tints of Medium Turquoise #53CECF
RGB
CMYK
RGB Variations
Color information
#53CECF (or 0x53CECF) is known color: Medium Turquoise. HEX triplet: 53, CE and CF. RGB value is (83,206,207). Sum of RGB (Red+Green+Blue) = 83+206+207=496 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.73% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #53CECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CECF is #AC3130. Grayscale: #A9A9A9. Windows color (decimal): -11284785 or 13618771. OLE color: 13618771.
HSL color Cylindrical-coordinate representation of color #53CECF: hue angle of 180.48º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CECF is Cyan = 0.60, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 206 | 207 | - |
| CMYK | 0.60 | 0.00 | 0 | 0.19 |
| HSL | 180.48º | 0.56% | 0.57% | - |
| HSV(B) | 180.48º | 0.6% | 0.81% | - |
| XYZ | 36.9 | 50.49 | 66.83 | - |
| YUV | 169.34 | 149.25 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 207 | 0.60 | 0.00 | 0 | 0.19 | 180.48 | 0.56 | 0.57 |
| Hex | 53 | CE | CF | 3C | 0 | 0 | 13 | B4 | 38 | 39 |
| Octal | 123 | 316 | 317 | 74 | 0 | 0 | 23 | 264 | 70 | 71 |
| Binary | 1010011 | 11001110 | 11001111 | 111100 | 0 | 0 | 10011 | 10110100 | 111000 | 111001 |
Color Harmonies of #53CECF
Complementary color
Monochromatic Colors of #53CECF
Black with #53CECF
Text Example
Text Example
White with #53CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CECF; }
p { color: rgb(83,206,207); }
H1.HeaderClassName
{
color: #53CECF;
}
.AnyTagClassName
{
color: #53CECF;
}
</style>
background-color css
<style>
a { background-color: #53CECF; }
a { background-color: rgb(83,206,207); }
div.DivClassName
{
background-color: #53CECF;
}
.BgClassName
{
background-color: #53CECF;
}
</style>
border-color css
<style>
span { border-color: #53CECF; }
span { border-color: rgb(83,206,207); }
td.TdClassName
{
border-color: #53CECF;
}
.TagClassName
{
border-color: #53CECF;
}
</style>