Shades of Medium Turquoise #53CCCB
Tints of Medium Turquoise #53CCCB
RGB
CMYK
RGB Variations
Color information
#53CCCB (or 0x53CCCB) is known color: Medium Turquoise. HEX triplet: 53, CC and CB. RGB value is (83,204,203). Sum of RGB (Red+Green+Blue) = 83+204+203=490 (64% of max value = 765). Red value is 83 (32.81% from 255 or 16.94% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #53CCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CCCB is #AC3334. Grayscale: #A7A7A7. Windows color (decimal): -11285301 or 13356115. OLE color: 13356115.
HSL color Cylindrical-coordinate representation of color #53CCCB: hue angle of 179.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CCCB is Cyan = 0.59, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 204 | 203 | - |
| CMYK | 0.59 | 0 | 0.00 | 0.2 |
| HSL | 179.5º | 0.54% | 0.56% | - |
| HSV(B) | 179.5º | 0.59% | 0.8% | - |
| XYZ | 35.94 | 49.34 | 64.13 | - |
| YUV | 167.71 | 147.91 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 203 | 0.59 | 0 | 0.00 | 0.2 | 179.5 | 0.54 | 0.56 |
| Hex | 53 | CC | CB | 3B | 0 | 0 | 14 | B4 | 36 | 38 |
| Octal | 123 | 314 | 313 | 73 | 0 | 0 | 24 | 264 | 66 | 70 |
| Binary | 1010011 | 11001100 | 11001011 | 111011 | 0 | 0 | 10100 | 10110100 | 110110 | 111000 |
Color Harmonies of #53CCCB
Complementary color
Monochromatic Colors of #53CCCB
Black with #53CCCB
Text Example
Text Example
White with #53CCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CCCB; }
p { color: rgb(83,204,203); }
H1.HeaderClassName
{
color: #53CCCB;
}
.AnyTagClassName
{
color: #53CCCB;
}
</style>
background-color css
<style>
a { background-color: #53CCCB; }
a { background-color: rgb(83,204,203); }
div.DivClassName
{
background-color: #53CCCB;
}
.BgClassName
{
background-color: #53CCCB;
}
</style>
border-color css
<style>
span { border-color: #53CCCB; }
span { border-color: rgb(83,204,203); }
td.TdClassName
{
border-color: #53CCCB;
}
.TagClassName
{
border-color: #53CCCB;
}
</style>