Shades of Medium Turquoise #53CFBC
Tints of Medium Turquoise #53CFBC
RGB
CMYK
RGB Variations
Color information
#53CFBC (or 0x53CFBC) is known color: Medium Turquoise. HEX triplet: 53, CF and BC. RGB value is (83,207,188). Sum of RGB (Red+Green+Blue) = 83+207+188=478 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.36% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #53CFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CFBC is #AC3043. Grayscale: #A7A7A7. Windows color (decimal): -11284548 or 12373843. OLE color: 12373843.
HSL color Cylindrical-coordinate representation of color #53CFBC: hue angle of 170.81º 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 #53CFBC is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 207 | 188 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.19 |
| HSL | 170.81º | 0.56% | 0.57% | - |
| HSV(B) | 170.81º | 0.6% | 0.81% | - |
| XYZ | 34.96 | 50.1 | 55.4 | - |
| YUV | 167.76 | 139.42 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 188 | 0.60 | 0 | 0.09 | 0.19 | 170.81 | 0.56 | 0.57 |
| Hex | 53 | CF | BC | 3C | 0 | 9 | 13 | AB | 38 | 39 |
| Octal | 123 | 317 | 274 | 74 | 0 | 11 | 23 | 253 | 70 | 71 |
| Binary | 1010011 | 11001111 | 10111100 | 111100 | 0 | 1001 | 10011 | 10101011 | 111000 | 111001 |
Color Harmonies of #53CFBC
Complementary color
Monochromatic Colors of #53CFBC
Black with #53CFBC
Text Example
Text Example
White with #53CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CFBC; }
p { color: rgb(83,207,188); }
H1.HeaderClassName
{
color: #53CFBC;
}
.AnyTagClassName
{
color: #53CFBC;
}
</style>
background-color css
<style>
a { background-color: #53CFBC; }
a { background-color: rgb(83,207,188); }
div.DivClassName
{
background-color: #53CFBC;
}
.BgClassName
{
background-color: #53CFBC;
}
</style>
border-color css
<style>
span { border-color: #53CFBC; }
span { border-color: rgb(83,207,188); }
td.TdClassName
{
border-color: #53CFBC;
}
.TagClassName
{
border-color: #53CFBC;
}
</style>