Shades of Medium Turquoise #53CFBB
Tints of Medium Turquoise #53CFBB
RGB
CMYK
RGB Variations
Color information
#53CFBB (or 0x53CFBB) is known color: Medium Turquoise. HEX triplet: 53, CF and BB. RGB value is (83,207,187). Sum of RGB (Red+Green+Blue) = 83+207+187=477 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.40% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #53CFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CFBB is #AC3044. Grayscale: #A7A7A7. Windows color (decimal): -11284549 or 12308307. OLE color: 12308307.
HSL color Cylindrical-coordinate representation of color #53CFBB: hue angle of 170.32º 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 #53CFBB is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 207 | 187 | - |
| CMYK | 0.60 | 0 | 0.10 | 0.19 |
| HSL | 170.32º | 0.56% | 0.57% | - |
| HSV(B) | 170.32º | 0.6% | 0.81% | - |
| XYZ | 34.85 | 50.05 | 54.84 | - |
| YUV | 167.64 | 138.92 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 187 | 0.60 | 0 | 0.10 | 0.19 | 170.32 | 0.56 | 0.57 |
| Hex | 53 | CF | BB | 3C | 0 | A | 13 | AA | 38 | 39 |
| Octal | 123 | 317 | 273 | 74 | 0 | 12 | 23 | 252 | 70 | 71 |
| Binary | 1010011 | 11001111 | 10111011 | 111100 | 0 | 1010 | 10011 | 10101010 | 111000 | 111001 |
Color Harmonies of #53CFBB
Complementary color
Monochromatic Colors of #53CFBB
Black with #53CFBB
Text Example
Text Example
White with #53CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CFBB; }
p { color: rgb(83,207,187); }
H1.HeaderClassName
{
color: #53CFBB;
}
.AnyTagClassName
{
color: #53CFBB;
}
</style>
background-color css
<style>
a { background-color: #53CFBB; }
a { background-color: rgb(83,207,187); }
div.DivClassName
{
background-color: #53CFBB;
}
.BgClassName
{
background-color: #53CFBB;
}
</style>
border-color css
<style>
span { border-color: #53CFBB; }
span { border-color: rgb(83,207,187); }
td.TdClassName
{
border-color: #53CFBB;
}
.TagClassName
{
border-color: #53CFBB;
}
</style>