Shades of Turquoise #54FBDA
Tints of Turquoise #54FBDA
RGB
CMYK
RGB Variations
Color information
#54FBDA (or 0x54FBDA) is known color: Turquoise. HEX triplet: 54, FB and DA. RGB value is (84,251,218). Sum of RGB (Red+Green+Blue) = 84+251+218=553 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.19% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 251 - color contains mainly: green. Hex color #54FBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FBDA is #AB0425. Grayscale: #C5C5C5. Windows color (decimal): -11207718 or 14351188. OLE color: 14351188.
HSL color Cylindrical-coordinate representation of color #54FBDA: hue angle of 168.14º 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 #54FBDA is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 251 | 218 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.02 |
| HSL | 168.14º | 0.95% | 0.66% | - |
| HSV(B) | 168.14º | 0.67% | 0.98% | - |
| XYZ | 50.81 | 75.94 | 78.31 | - |
| YUV | 197.31 | 139.67 | 47.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 251 | 218 | 0.67 | 0 | 0.13 | 0.02 | 168.14 | 0.95 | 0.66 |
| Hex | 54 | FB | DA | 43 | 0 | D | 2 | A8 | 5F | 42 |
| Octal | 124 | 373 | 332 | 103 | 0 | 15 | 2 | 250 | 137 | 102 |
| Binary | 1010100 | 11111011 | 11011010 | 1000011 | 0 | 1101 | 10 | 10101000 | 1011111 | 1000010 |
Color Harmonies of #54FBDA
Complementary color
Monochromatic Colors of #54FBDA
Black with #54FBDA
Text Example
Text Example
White with #54FBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FBDA; }
p { color: rgb(84,251,218); }
H1.HeaderClassName
{
color: #54FBDA;
}
.AnyTagClassName
{
color: #54FBDA;
}
</style>
background-color css
<style>
a { background-color: #54FBDA; }
a { background-color: rgb(84,251,218); }
div.DivClassName
{
background-color: #54FBDA;
}
.BgClassName
{
background-color: #54FBDA;
}
</style>
border-color css
<style>
span { border-color: #54FBDA; }
span { border-color: rgb(84,251,218); }
td.TdClassName
{
border-color: #54FBDA;
}
.TagClassName
{
border-color: #54FBDA;
}
</style>