Shades of Medium Turquoise #53C7CF
Tints of Medium Turquoise #53C7CF
RGB
CMYK
RGB Variations
Color information
#53C7CF (or 0x53C7CF) is known color: Medium Turquoise. HEX triplet: 53, C7 and CF. RGB value is (83,199,207). Sum of RGB (Red+Green+Blue) = 83+199+207=489 (64% of max value = 765). Red value is 83 (32.81% from 255 or 16.97% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #53C7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C7CF is #AC3830. Grayscale: #A5A5A5. Windows color (decimal): -11286577 or 13616979. OLE color: 13616979.
HSL color Cylindrical-coordinate representation of color #53C7CF: hue angle of 183.87º 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 #53C7CF is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 199 | 207 | - |
| CMYK | 0.60 | 0.04 | 0 | 0.19 |
| HSL | 183.87º | 0.56% | 0.57% | - |
| HSV(B) | 183.87º | 0.6% | 0.81% | - |
| XYZ | 35.25 | 47.19 | 66.28 | - |
| YUV | 165.23 | 151.57 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 199 | 207 | 0.60 | 0.04 | 0 | 0.19 | 183.87 | 0.56 | 0.57 |
| Hex | 53 | C7 | CF | 3C | 4 | 0 | 13 | B8 | 38 | 39 |
| Octal | 123 | 307 | 317 | 74 | 4 | 0 | 23 | 270 | 70 | 71 |
| Binary | 1010011 | 11000111 | 11001111 | 111100 | 100 | 0 | 10011 | 10111000 | 111000 | 111001 |
Color Harmonies of #53C7CF
Complementary color
Monochromatic Colors of #53C7CF
Black with #53C7CF
Text Example
Text Example
White with #53C7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C7CF; }
p { color: rgb(83,199,207); }
H1.HeaderClassName
{
color: #53C7CF;
}
.AnyTagClassName
{
color: #53C7CF;
}
</style>
background-color css
<style>
a { background-color: #53C7CF; }
a { background-color: rgb(83,199,207); }
div.DivClassName
{
background-color: #53C7CF;
}
.BgClassName
{
background-color: #53C7CF;
}
</style>
border-color css
<style>
span { border-color: #53C7CF; }
span { border-color: rgb(83,199,207); }
td.TdClassName
{
border-color: #53C7CF;
}
.TagClassName
{
border-color: #53C7CF;
}
</style>