Shades of Medium Turquoise #53CFBD
Tints of Medium Turquoise #53CFBD
RGB
CMYK
RGB Variations
Color information
#53CFBD (or 0x53CFBD) is known color: Medium Turquoise. HEX triplet: 53, CF and BD. RGB value is (83,207,189). Sum of RGB (Red+Green+Blue) = 83+207+189=479 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.33% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #53CFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CFBD is #AC3042. Grayscale: #A7A7A7. Windows color (decimal): -11284547 or 12439379. OLE color: 12439379.
HSL color Cylindrical-coordinate representation of color #53CFBD: hue angle of 171.29º 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 #53CFBD is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 207 | 189 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.19 |
| HSL | 171.29º | 0.56% | 0.57% | - |
| HSV(B) | 171.29º | 0.6% | 0.81% | - |
| XYZ | 35.07 | 50.14 | 55.97 | - |
| YUV | 167.87 | 139.92 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 189 | 0.60 | 0 | 0.09 | 0.19 | 171.29 | 0.56 | 0.57 |
| Hex | 53 | CF | BD | 3C | 0 | 9 | 13 | AB | 38 | 39 |
| Octal | 123 | 317 | 275 | 74 | 0 | 11 | 23 | 253 | 70 | 71 |
| Binary | 1010011 | 11001111 | 10111101 | 111100 | 0 | 1001 | 10011 | 10101011 | 111000 | 111001 |
Color Harmonies of #53CFBD
Complementary color
Monochromatic Colors of #53CFBD
Black with #53CFBD
Text Example
Text Example
White with #53CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CFBD; }
p { color: rgb(83,207,189); }
H1.HeaderClassName
{
color: #53CFBD;
}
.AnyTagClassName
{
color: #53CFBD;
}
</style>
background-color css
<style>
a { background-color: #53CFBD; }
a { background-color: rgb(83,207,189); }
div.DivClassName
{
background-color: #53CFBD;
}
.BgClassName
{
background-color: #53CFBD;
}
</style>
border-color css
<style>
span { border-color: #53CFBD; }
span { border-color: rgb(83,207,189); }
td.TdClassName
{
border-color: #53CFBD;
}
.TagClassName
{
border-color: #53CFBD;
}
</style>