Shades of Medium Turquoise #53CFC9
Tints of Medium Turquoise #53CFC9
RGB
CMYK
RGB Variations
Color information
#53CFC9 (or 0x53CFC9) is known color: Medium Turquoise. HEX triplet: 53, CF and C9. RGB value is (83,207,201). Sum of RGB (Red+Green+Blue) = 83+207+201=491 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.90% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #53CFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CFC9 is #AC3036. Grayscale: #A9A9A9. Windows color (decimal): -11284535 or 13225811. OLE color: 13225811.
HSL color Cylindrical-coordinate representation of color #53CFC9: hue angle of 177.1º 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 #53CFC9 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 207 | 201 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.19 |
| HSL | 177.1º | 0.56% | 0.57% | - |
| HSV(B) | 177.1º | 0.6% | 0.81% | - |
| XYZ | 36.42 | 50.68 | 63.12 | - |
| YUV | 169.24 | 145.92 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 201 | 0.60 | 0 | 0.03 | 0.19 | 177.1 | 0.56 | 0.57 |
| Hex | 53 | CF | C9 | 3C | 0 | 3 | 13 | B1 | 38 | 39 |
| Octal | 123 | 317 | 311 | 74 | 0 | 3 | 23 | 261 | 70 | 71 |
| Binary | 1010011 | 11001111 | 11001001 | 111100 | 0 | 11 | 10011 | 10110001 | 111000 | 111001 |
Color Harmonies of #53CFC9
Complementary color
Monochromatic Colors of #53CFC9
Black with #53CFC9
Text Example
Text Example
White with #53CFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CFC9; }
p { color: rgb(83,207,201); }
H1.HeaderClassName
{
color: #53CFC9;
}
.AnyTagClassName
{
color: #53CFC9;
}
</style>
background-color css
<style>
a { background-color: #53CFC9; }
a { background-color: rgb(83,207,201); }
div.DivClassName
{
background-color: #53CFC9;
}
.BgClassName
{
background-color: #53CFC9;
}
</style>
border-color css
<style>
span { border-color: #53CFC9; }
span { border-color: rgb(83,207,201); }
td.TdClassName
{
border-color: #53CFC9;
}
.TagClassName
{
border-color: #53CFC9;
}
</style>