Shades of Turquoise #54FDDB
Tints of Turquoise #54FDDB
RGB
CMYK
RGB Variations
Color information
#54FDDB (or 0x54FDDB) is known color: Turquoise. HEX triplet: 54, FD and DB. RGB value is (84,253,219). Sum of RGB (Red+Green+Blue) = 84+253+219=556 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.11% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #54FDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FDDB is #AB0224. Grayscale: #C6C6C6. Windows color (decimal): -11207205 or 14417236. OLE color: 14417236.
HSL color Cylindrical-coordinate representation of color #54FDDB: hue angle of 167.93º 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 #54FDDB is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 253 | 219 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.01 |
| HSL | 167.93º | 0.98% | 0.66% | - |
| HSV(B) | 167.93º | 0.67% | 0.99% | - |
| XYZ | 51.57 | 77.25 | 79.21 | - |
| YUV | 198.59 | 139.51 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 253 | 219 | 0.67 | 0 | 0.13 | 0.01 | 167.93 | 0.98 | 0.66 |
| Hex | 54 | FD | DB | 43 | 0 | D | 1 | A8 | 62 | 42 |
| Octal | 124 | 375 | 333 | 103 | 0 | 15 | 1 | 250 | 142 | 102 |
| Binary | 1010100 | 11111101 | 11011011 | 1000011 | 0 | 1101 | 1 | 10101000 | 1100010 | 1000010 |
Color Harmonies of #54FDDB
Complementary color
Monochromatic Colors of #54FDDB
Black with #54FDDB
Text Example
Text Example
White with #54FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FDDB; }
p { color: rgb(84,253,219); }
H1.HeaderClassName
{
color: #54FDDB;
}
.AnyTagClassName
{
color: #54FDDB;
}
</style>
background-color css
<style>
a { background-color: #54FDDB; }
a { background-color: rgb(84,253,219); }
div.DivClassName
{
background-color: #54FDDB;
}
.BgClassName
{
background-color: #54FDDB;
}
</style>
border-color css
<style>
span { border-color: #54FDDB; }
span { border-color: rgb(84,253,219); }
td.TdClassName
{
border-color: #54FDDB;
}
.TagClassName
{
border-color: #54FDDB;
}
</style>