Shades of Turquoise #53E8C4
Tints of Turquoise #53E8C4
RGB
CMYK
RGB Variations
Color information
#53E8C4 (or 0x53E8C4) is known color: Turquoise. HEX triplet: 53, E8 and C4. RGB value is (83,232,196). Sum of RGB (Red+Green+Blue) = 83+232+196=511 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.24% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 232 - color contains mainly: green. Hex color #53E8C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53E8C4 is #AC173B. Grayscale: #B7B7B7. Windows color (decimal): -11278140 or 12904531. OLE color: 12904531.
HSL color Cylindrical-coordinate representation of color #53E8C4: hue angle of 165.5º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E8C4 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 232 | 196 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.09 |
| HSL | 165.5º | 0.76% | 0.62% | - |
| HSV(B) | 165.5º | 0.64% | 0.91% | - |
| XYZ | 42.39 | 63.54 | 62.25 | - |
| YUV | 183.35 | 135.14 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 232 | 196 | 0.64 | 0 | 0.16 | 0.09 | 165.5 | 0.76 | 0.62 |
| Hex | 53 | E8 | C4 | 40 | 0 | 10 | 9 | A6 | 4C | 3E |
| Octal | 123 | 350 | 304 | 100 | 0 | 20 | 11 | 246 | 114 | 76 |
| Binary | 1010011 | 11101000 | 11000100 | 1000000 | 0 | 10000 | 1001 | 10100110 | 1001100 | 111110 |
Color Harmonies of #53E8C4
Complementary color
Monochromatic Colors of #53E8C4
Black with #53E8C4
Text Example
Text Example
White with #53E8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E8C4; }
p { color: rgb(83,232,196); }
H1.HeaderClassName
{
color: #53E8C4;
}
.AnyTagClassName
{
color: #53E8C4;
}
</style>
background-color css
<style>
a { background-color: #53E8C4; }
a { background-color: rgb(83,232,196); }
div.DivClassName
{
background-color: #53E8C4;
}
.BgClassName
{
background-color: #53E8C4;
}
</style>
border-color css
<style>
span { border-color: #53E8C4; }
span { border-color: rgb(83,232,196); }
td.TdClassName
{
border-color: #53E8C4;
}
.TagClassName
{
border-color: #53E8C4;
}
</style>