Shades of Turquoise #53FBDB
Tints of Turquoise #53FBDB
RGB
CMYK
RGB Variations
Color information
#53FBDB (or 0x53FBDB) is known color: Turquoise. HEX triplet: 53, FB and DB. RGB value is (83,251,219). Sum of RGB (Red+Green+Blue) = 83+251+219=553 (73% of max value = 765). Red value is 83 (32.81% from 255 or 15.01% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 251 - color contains mainly: green. Hex color #53FBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FBDB is #AC0424. Grayscale: #C5C5C5. Windows color (decimal): -11273253 or 14416723. OLE color: 14416723.
HSL color Cylindrical-coordinate representation of color #53FBDB: hue angle of 168.57º 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 #53FBDB is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 251 | 219 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.02 |
| HSL | 168.57º | 0.95% | 0.65% | - |
| HSV(B) | 168.57º | 0.67% | 0.98% | - |
| XYZ | 50.85 | 75.95 | 79 | - |
| YUV | 197.12 | 140.34 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 251 | 219 | 0.67 | 0 | 0.13 | 0.02 | 168.57 | 0.95 | 0.65 |
| Hex | 53 | FB | DB | 43 | 0 | D | 2 | A9 | 5F | 41 |
| Octal | 123 | 373 | 333 | 103 | 0 | 15 | 2 | 251 | 137 | 101 |
| Binary | 1010011 | 11111011 | 11011011 | 1000011 | 0 | 1101 | 10 | 10101001 | 1011111 | 1000001 |
Color Harmonies of #53FBDB
Complementary color
Monochromatic Colors of #53FBDB
Black with #53FBDB
Text Example
Text Example
White with #53FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FBDB; }
p { color: rgb(83,251,219); }
H1.HeaderClassName
{
color: #53FBDB;
}
.AnyTagClassName
{
color: #53FBDB;
}
</style>
background-color css
<style>
a { background-color: #53FBDB; }
a { background-color: rgb(83,251,219); }
div.DivClassName
{
background-color: #53FBDB;
}
.BgClassName
{
background-color: #53FBDB;
}
</style>
border-color css
<style>
span { border-color: #53FBDB; }
span { border-color: rgb(83,251,219); }
td.TdClassName
{
border-color: #53FBDB;
}
.TagClassName
{
border-color: #53FBDB;
}
</style>