Shades of Turquoise #54FFD6
Tints of Turquoise #54FFD6
RGB
CMYK
RGB Variations
Color information
#54FFD6 (or 0x54FFD6) is known color: Turquoise. HEX triplet: 54, FF and D6. RGB value is (84,255,214). Sum of RGB (Red+Green+Blue) = 84+255+214=553 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.19% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FFD6 is #AB0029. Grayscale: #C7C7C7. Windows color (decimal): -11206698 or 14090068. OLE color: 14090068.
HSL color Cylindrical-coordinate representation of color #54FFD6: hue angle of 165.61º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FFD6 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 255 | 214 | - |
| CMYK | 0.67 | 0 | 0.16 | 0 |
| HSL | 165.61º | 1% | 0.66% | - |
| HSV(B) | 165.61º | 0.67% | 1% | - |
| XYZ | 51.55 | 78.26 | 76.01 | - |
| YUV | 199.2 | 136.35 | 45.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 255 | 214 | 0.67 | 0 | 0.16 | 0 | 165.61 | 1 | 0.66 |
| Hex | 54 | FF | D6 | 43 | 0 | 10 | 0 | A6 | 64 | 42 |
| Octal | 124 | 377 | 326 | 103 | 0 | 20 | 0 | 246 | 144 | 102 |
| Binary | 1010100 | 11111111 | 11010110 | 1000011 | 0 | 10000 | 0 | 10100110 | 1100100 | 1000010 |
Color Harmonies of #54FFD6
Complementary color
Monochromatic Colors of #54FFD6
Black with #54FFD6
Text Example
Text Example
White with #54FFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FFD6; }
p { color: rgb(84,255,214); }
H1.HeaderClassName
{
color: #54FFD6;
}
.AnyTagClassName
{
color: #54FFD6;
}
</style>
background-color css
<style>
a { background-color: #54FFD6; }
a { background-color: rgb(84,255,214); }
div.DivClassName
{
background-color: #54FFD6;
}
.BgClassName
{
background-color: #54FFD6;
}
</style>
border-color css
<style>
span { border-color: #54FFD6; }
span { border-color: rgb(84,255,214); }
td.TdClassName
{
border-color: #54FFD6;
}
.TagClassName
{
border-color: #54FFD6;
}
</style>