Shades of Turquoise #54FBDB
Tints of Turquoise #54FBDB
RGB
CMYK
RGB Variations
Color information
#54FBDB (or 0x54FBDB) is known color: Turquoise. HEX triplet: 54, FB and DB. RGB value is (84,251,219). Sum of RGB (Red+Green+Blue) = 84+251+219=554 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.16% from 554); Green value is 251 (98.44% from 255 or 45.31% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 251 - color contains mainly: green. Hex color #54FBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FBDB is #AB0424. Grayscale: #C5C5C5. Windows color (decimal): -11207717 or 14416724. OLE color: 14416724.
HSL color Cylindrical-coordinate representation of color #54FBDB: hue angle of 168.5º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FBDB is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 251 | 219 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.02 |
| HSL | 168.5º | 0.95% | 0.66% | - |
| HSV(B) | 168.5º | 0.67% | 0.98% | - |
| XYZ | 50.94 | 75.99 | 79 | - |
| YUV | 197.42 | 140.17 | 47.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 251 | 219 | 0.67 | 0 | 0.13 | 0.02 | 168.5 | 0.95 | 0.66 |
| Hex | 54 | FB | DB | 43 | 0 | D | 2 | A9 | 5F | 42 |
| Octal | 124 | 373 | 333 | 103 | 0 | 15 | 2 | 251 | 137 | 102 |
| Binary | 1010100 | 11111011 | 11011011 | 1000011 | 0 | 1101 | 10 | 10101001 | 1011111 | 1000010 |
Color Harmonies of #54FBDB
Complementary color
Monochromatic Colors of #54FBDB
Black with #54FBDB
Text Example
Text Example
White with #54FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FBDB; }
p { color: rgb(84,251,219); }
H1.HeaderClassName
{
color: #54FBDB;
}
.AnyTagClassName
{
color: #54FBDB;
}
</style>
background-color css
<style>
a { background-color: #54FBDB; }
a { background-color: rgb(84,251,219); }
div.DivClassName
{
background-color: #54FBDB;
}
.BgClassName
{
background-color: #54FBDB;
}
</style>
border-color css
<style>
span { border-color: #54FBDB; }
span { border-color: rgb(84,251,219); }
td.TdClassName
{
border-color: #54FBDB;
}
.TagClassName
{
border-color: #54FBDB;
}
</style>