Shades of Turquoise #53FBC0
Tints of Turquoise #53FBC0
RGB
CMYK
RGB Variations
Color information
#53FBC0 (or 0x53FBC0) is known color: Turquoise. HEX triplet: 53, FB and C0. RGB value is (83,251,192). Sum of RGB (Red+Green+Blue) = 83+251+192=526 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.78% from 526); Green value is 251 (98.44% from 255 or 47.72% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 251 - color contains mainly: green. Hex color #53FBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FBC0 is #AC043F. Grayscale: #C2C2C2. Windows color (decimal): -11273280 or 12647251. OLE color: 12647251.
HSL color Cylindrical-coordinate representation of color #53FBC0: hue angle of 158.93º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FBC0 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 251 | 192 | - |
| CMYK | 0.67 | 0 | 0.24 | 0.02 |
| HSL | 158.93º | 0.95% | 0.65% | - |
| HSV(B) | 158.93º | 0.67% | 0.98% | - |
| XYZ | 47.58 | 74.64 | 61.77 | - |
| YUV | 194.04 | 126.84 | 48.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 251 | 192 | 0.67 | 0 | 0.24 | 0.02 | 158.93 | 0.95 | 0.65 |
| Hex | 53 | FB | C0 | 43 | 0 | 18 | 2 | 9F | 5F | 41 |
| Octal | 123 | 373 | 300 | 103 | 0 | 30 | 2 | 237 | 137 | 101 |
| Binary | 1010011 | 11111011 | 11000000 | 1000011 | 0 | 11000 | 10 | 10011111 | 1011111 | 1000001 |
Color Harmonies of #53FBC0
Complementary color
Monochromatic Colors of #53FBC0
Black with #53FBC0
Text Example
Text Example
White with #53FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FBC0; }
p { color: rgb(83,251,192); }
H1.HeaderClassName
{
color: #53FBC0;
}
.AnyTagClassName
{
color: #53FBC0;
}
</style>
background-color css
<style>
a { background-color: #53FBC0; }
a { background-color: rgb(83,251,192); }
div.DivClassName
{
background-color: #53FBC0;
}
.BgClassName
{
background-color: #53FBC0;
}
</style>
border-color css
<style>
span { border-color: #53FBC0; }
span { border-color: rgb(83,251,192); }
td.TdClassName
{
border-color: #53FBC0;
}
.TagClassName
{
border-color: #53FBC0;
}
</style>