Shades of Turquoise #53FBC1
Tints of Turquoise #53FBC1
RGB
CMYK
RGB Variations
Color information
#53FBC1 (or 0x53FBC1) is known color: Turquoise. HEX triplet: 53, FB and C1. RGB value is (83,251,193). Sum of RGB (Red+Green+Blue) = 83+251+193=527 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.75% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #53FBC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FBC1 is #AC043E. Grayscale: #C2C2C2. Windows color (decimal): -11273279 or 12712787. OLE color: 12712787.
HSL color Cylindrical-coordinate representation of color #53FBC1: hue angle of 159.29º 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 #53FBC1 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 251 | 193 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.02 |
| HSL | 159.29º | 0.95% | 0.65% | - |
| HSV(B) | 159.29º | 0.67% | 0.98% | - |
| XYZ | 47.69 | 74.68 | 62.35 | - |
| YUV | 194.16 | 127.34 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 251 | 193 | 0.67 | 0 | 0.23 | 0.02 | 159.29 | 0.95 | 0.65 |
| Hex | 53 | FB | C1 | 43 | 0 | 17 | 2 | 9F | 5F | 41 |
| Octal | 123 | 373 | 301 | 103 | 0 | 27 | 2 | 237 | 137 | 101 |
| Binary | 1010011 | 11111011 | 11000001 | 1000011 | 0 | 10111 | 10 | 10011111 | 1011111 | 1000001 |
Color Harmonies of #53FBC1
Complementary color
Monochromatic Colors of #53FBC1
Black with #53FBC1
Text Example
Text Example
White with #53FBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FBC1; }
p { color: rgb(83,251,193); }
H1.HeaderClassName
{
color: #53FBC1;
}
.AnyTagClassName
{
color: #53FBC1;
}
</style>
background-color css
<style>
a { background-color: #53FBC1; }
a { background-color: rgb(83,251,193); }
div.DivClassName
{
background-color: #53FBC1;
}
.BgClassName
{
background-color: #53FBC1;
}
</style>
border-color css
<style>
span { border-color: #53FBC1; }
span { border-color: rgb(83,251,193); }
td.TdClassName
{
border-color: #53FBC1;
}
.TagClassName
{
border-color: #53FBC1;
}
</style>