Shades of Turquoise #53EFBC
Tints of Turquoise #53EFBC
RGB
CMYK
RGB Variations
Color information
#53EFBC (or 0x53EFBC) is known color: Turquoise. HEX triplet: 53, EF and BC. RGB value is (83,239,188). Sum of RGB (Red+Green+Blue) = 83+239+188=510 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.27% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 239 - color contains mainly: green. Hex color #53EFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EFBC is #AC1043. Grayscale: #BABABA. Windows color (decimal): -11276356 or 12382035. OLE color: 12382035.
HSL color Cylindrical-coordinate representation of color #53EFBC: hue angle of 160.38º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EFBC is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 239 | 188 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.06 |
| HSL | 160.38º | 0.83% | 0.63% | - |
| HSV(B) | 160.38º | 0.65% | 0.94% | - |
| XYZ | 43.51 | 67.2 | 58.26 | - |
| YUV | 186.54 | 128.82 | 54.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 239 | 188 | 0.65 | 0 | 0.21 | 0.06 | 160.38 | 0.83 | 0.63 |
| Hex | 53 | EF | BC | 41 | 0 | 15 | 6 | A0 | 53 | 3F |
| Octal | 123 | 357 | 274 | 101 | 0 | 25 | 6 | 240 | 123 | 77 |
| Binary | 1010011 | 11101111 | 10111100 | 1000001 | 0 | 10101 | 110 | 10100000 | 1010011 | 111111 |
Color Harmonies of #53EFBC
Complementary color
Monochromatic Colors of #53EFBC
Black with #53EFBC
Text Example
Text Example
White with #53EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EFBC; }
p { color: rgb(83,239,188); }
H1.HeaderClassName
{
color: #53EFBC;
}
.AnyTagClassName
{
color: #53EFBC;
}
</style>
background-color css
<style>
a { background-color: #53EFBC; }
a { background-color: rgb(83,239,188); }
div.DivClassName
{
background-color: #53EFBC;
}
.BgClassName
{
background-color: #53EFBC;
}
</style>
border-color css
<style>
span { border-color: #53EFBC; }
span { border-color: rgb(83,239,188); }
td.TdClassName
{
border-color: #53EFBC;
}
.TagClassName
{
border-color: #53EFBC;
}
</style>