Shades of Medium Turquoise #53C7C2
Tints of Medium Turquoise #53C7C2
RGB
CMYK
RGB Variations
Color information
#53C7C2 (or 0x53C7C2) is known color: Medium Turquoise. HEX triplet: 53, C7 and C2. RGB value is (83,199,194). Sum of RGB (Red+Green+Blue) = 83+199+194=476 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.44% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 199 - color contains mainly: green. Hex color #53C7C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C7C2 is #AC383D. Grayscale: #A3A3A3. Windows color (decimal): -11286590 or 12765011. OLE color: 12765011.
HSL color Cylindrical-coordinate representation of color #53C7C2: hue angle of 177.41º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C7C2 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 199 | 194 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.22 |
| HSL | 177.41º | 0.51% | 0.55% | - |
| HSV(B) | 177.41º | 0.58% | 0.78% | - |
| XYZ | 33.73 | 46.58 | 58.25 | - |
| YUV | 163.75 | 145.07 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 199 | 194 | 0.58 | 0 | 0.03 | 0.22 | 177.41 | 0.51 | 0.55 |
| Hex | 53 | C7 | C2 | 3A | 0 | 3 | 16 | B1 | 33 | 37 |
| Octal | 123 | 307 | 302 | 72 | 0 | 3 | 26 | 261 | 63 | 67 |
| Binary | 1010011 | 11000111 | 11000010 | 111010 | 0 | 11 | 10110 | 10110001 | 110011 | 110111 |
Color Harmonies of #53C7C2
Complementary color
Monochromatic Colors of #53C7C2
Black with #53C7C2
Text Example
Text Example
White with #53C7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C7C2; }
p { color: rgb(83,199,194); }
H1.HeaderClassName
{
color: #53C7C2;
}
.AnyTagClassName
{
color: #53C7C2;
}
</style>
background-color css
<style>
a { background-color: #53C7C2; }
a { background-color: rgb(83,199,194); }
div.DivClassName
{
background-color: #53C7C2;
}
.BgClassName
{
background-color: #53C7C2;
}
</style>
border-color css
<style>
span { border-color: #53C7C2; }
span { border-color: rgb(83,199,194); }
td.TdClassName
{
border-color: #53C7C2;
}
.TagClassName
{
border-color: #53C7C2;
}
</style>