Shades of Medium Turquoise #53CECB
Tints of Medium Turquoise #53CECB
RGB
CMYK
RGB Variations
Color information
#53CECB (or 0x53CECB) is known color: Medium Turquoise. HEX triplet: 53, CE and CB. RGB value is (83,206,203). Sum of RGB (Red+Green+Blue) = 83+206+203=492 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.87% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #53CECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CECB is #AC3134. Grayscale: #A8A8A8. Windows color (decimal): -11284789 or 13356627. OLE color: 13356627.
HSL color Cylindrical-coordinate representation of color #53CECB: hue angle of 178.54º 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 #53CECB is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 206 | 203 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.19 |
| HSL | 178.54º | 0.56% | 0.57% | - |
| HSV(B) | 178.54º | 0.6% | 0.81% | - |
| XYZ | 36.42 | 50.29 | 64.29 | - |
| YUV | 168.88 | 147.25 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 203 | 0.60 | 0 | 0.01 | 0.19 | 178.54 | 0.56 | 0.57 |
| Hex | 53 | CE | CB | 3C | 0 | 1 | 13 | B3 | 38 | 39 |
| Octal | 123 | 316 | 313 | 74 | 0 | 1 | 23 | 263 | 70 | 71 |
| Binary | 1010011 | 11001110 | 11001011 | 111100 | 0 | 1 | 10011 | 10110011 | 111000 | 111001 |
Color Harmonies of #53CECB
Complementary color
Monochromatic Colors of #53CECB
Black with #53CECB
Text Example
Text Example
White with #53CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CECB; }
p { color: rgb(83,206,203); }
H1.HeaderClassName
{
color: #53CECB;
}
.AnyTagClassName
{
color: #53CECB;
}
</style>
background-color css
<style>
a { background-color: #53CECB; }
a { background-color: rgb(83,206,203); }
div.DivClassName
{
background-color: #53CECB;
}
.BgClassName
{
background-color: #53CECB;
}
</style>
border-color css
<style>
span { border-color: #53CECB; }
span { border-color: rgb(83,206,203); }
td.TdClassName
{
border-color: #53CECB;
}
.TagClassName
{
border-color: #53CECB;
}
</style>