Shades of Turquoise #54F7DF
Tints of Turquoise #54F7DF
RGB
CMYK
RGB Variations
Color information
#54F7DF (or 0x54F7DF) is known color: Turquoise. HEX triplet: 54, F7 and DF. RGB value is (84,247,223). Sum of RGB (Red+Green+Blue) = 84+247+223=554 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.16% from 554); Green value is 247 (96.88% from 255 or 44.58% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 247 - color contains mainly: green. Hex color #54F7DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F7DF is #AB0820. Grayscale: #C3C3C3. Windows color (decimal): -11208737 or 14677844. OLE color: 14677844.
HSL color Cylindrical-coordinate representation of color #54F7DF: hue angle of 171.17º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54F7DF is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 84 | 247 | 223 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.03 |
| HSL | 171.17º | 0.91% | 0.65% | - |
| HSV(B) | 171.17º | 0.66% | 0.97% | - |
| XYZ | 50.24 | 73.73 | 81.4 | - |
| YUV | 195.53 | 143.5 | 48.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 247 | 223 | 0.66 | 0 | 0.10 | 0.03 | 171.17 | 0.91 | 0.65 |
| Hex | 54 | F7 | DF | 42 | 0 | A | 3 | AB | 5B | 41 |
| Octal | 124 | 367 | 337 | 102 | 0 | 12 | 3 | 253 | 133 | 101 |
| Binary | 1010100 | 11110111 | 11011111 | 1000010 | 0 | 1010 | 11 | 10101011 | 1011011 | 1000001 |
Color Harmonies of #54F7DF
Complementary color
Monochromatic Colors of #54F7DF
Black with #54F7DF
Text Example
Text Example
White with #54F7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F7DF; }
p { color: rgb(84,247,223); }
H1.HeaderClassName
{
color: #54F7DF;
}
.AnyTagClassName
{
color: #54F7DF;
}
</style>
background-color css
<style>
a { background-color: #54F7DF; }
a { background-color: rgb(84,247,223); }
div.DivClassName
{
background-color: #54F7DF;
}
.BgClassName
{
background-color: #54F7DF;
}
</style>
border-color css
<style>
span { border-color: #54F7DF; }
span { border-color: rgb(84,247,223); }
td.TdClassName
{
border-color: #54F7DF;
}
.TagClassName
{
border-color: #54F7DF;
}
</style>