Shades of Turquoise #54FFD7
Tints of Turquoise #54FFD7
RGB
CMYK
RGB Variations
Color information
#54FFD7 (or 0x54FFD7) is known color: Turquoise. HEX triplet: 54, FF and D7. RGB value is (84,255,215). Sum of RGB (Red+Green+Blue) = 84+255+215=554 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.16% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FFD7 is #AB0028. Grayscale: #C7C7C7. Windows color (decimal): -11206697 or 14155604. OLE color: 14155604.
HSL color Cylindrical-coordinate representation of color #54FFD7: hue angle of 165.96º 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 #54FFD7 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 255 | 215 | - |
| CMYK | 0.67 | 0 | 0.16 | 0 |
| HSL | 165.96º | 1% | 0.66% | - |
| HSV(B) | 165.96º | 0.67% | 1% | - |
| XYZ | 51.68 | 78.31 | 76.68 | - |
| YUV | 199.31 | 136.85 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 255 | 215 | 0.67 | 0 | 0.16 | 0 | 165.96 | 1 | 0.66 |
| Hex | 54 | FF | D7 | 43 | 0 | 10 | 0 | A6 | 64 | 42 |
| Octal | 124 | 377 | 327 | 103 | 0 | 20 | 0 | 246 | 144 | 102 |
| Binary | 1010100 | 11111111 | 11010111 | 1000011 | 0 | 10000 | 0 | 10100110 | 1100100 | 1000010 |
Color Harmonies of #54FFD7
Complementary color
Monochromatic Colors of #54FFD7
Black with #54FFD7
Text Example
Text Example
White with #54FFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FFD7; }
p { color: rgb(84,255,215); }
H1.HeaderClassName
{
color: #54FFD7;
}
.AnyTagClassName
{
color: #54FFD7;
}
</style>
background-color css
<style>
a { background-color: #54FFD7; }
a { background-color: rgb(84,255,215); }
div.DivClassName
{
background-color: #54FFD7;
}
.BgClassName
{
background-color: #54FFD7;
}
</style>
border-color css
<style>
span { border-color: #54FFD7; }
span { border-color: rgb(84,255,215); }
td.TdClassName
{
border-color: #54FFD7;
}
.TagClassName
{
border-color: #54FFD7;
}
</style>