Shades of Turquoise #53FDDB
Tints of Turquoise #53FDDB
RGB
CMYK
RGB Variations
Color information
#53FDDB (or 0x53FDDB) is known color: Turquoise. HEX triplet: 53, FD and DB. RGB value is (83,253,219). Sum of RGB (Red+Green+Blue) = 83+253+219=555 (73% of max value = 765). Red value is 83 (32.81% from 255 or 14.95% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #53FDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FDDB is #AC0224. Grayscale: #C6C6C6. Windows color (decimal): -11272741 or 14417235. OLE color: 14417235.
HSL color Cylindrical-coordinate representation of color #53FDDB: hue angle of 168º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FDDB is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 253 | 219 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.01 |
| HSL | 168º | 0.98% | 0.66% | - |
| HSV(B) | 168º | 0.67% | 0.99% | - |
| XYZ | 51.48 | 77.2 | 79.21 | - |
| YUV | 198.29 | 139.68 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 253 | 219 | 0.67 | 0 | 0.13 | 0.01 | 168 | 0.98 | 0.66 |
| Hex | 53 | FD | DB | 43 | 0 | D | 1 | A8 | 62 | 42 |
| Octal | 123 | 375 | 333 | 103 | 0 | 15 | 1 | 250 | 142 | 102 |
| Binary | 1010011 | 11111101 | 11011011 | 1000011 | 0 | 1101 | 1 | 10101000 | 1100010 | 1000010 |
Color Harmonies of #53FDDB
Complementary color
Monochromatic Colors of #53FDDB
Black with #53FDDB
Text Example
Text Example
White with #53FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FDDB; }
p { color: rgb(83,253,219); }
H1.HeaderClassName
{
color: #53FDDB;
}
.AnyTagClassName
{
color: #53FDDB;
}
</style>
background-color css
<style>
a { background-color: #53FDDB; }
a { background-color: rgb(83,253,219); }
div.DivClassName
{
background-color: #53FDDB;
}
.BgClassName
{
background-color: #53FDDB;
}
</style>
border-color css
<style>
span { border-color: #53FDDB; }
span { border-color: rgb(83,253,219); }
td.TdClassName
{
border-color: #53FDDB;
}
.TagClassName
{
border-color: #53FDDB;
}
</style>