Shades of Turquoise #54F1DF
Tints of Turquoise #54F1DF
RGB
CMYK
RGB Variations
Color information
#54F1DF (or 0x54F1DF) is known color: Turquoise. HEX triplet: 54, F1 and DF. RGB value is (84,241,223). Sum of RGB (Red+Green+Blue) = 84+241+223=548 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.33% from 548); Green value is 241 (94.53% from 255 or 43.98% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 241 - color contains mainly: green. Hex color #54F1DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F1DF is #AB0E20. Grayscale: #BFBFBF. Windows color (decimal): -11210273 or 14676308. OLE color: 14676308.
HSL color Cylindrical-coordinate representation of color #54F1DF: hue angle of 173.12º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54F1DF is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 241 | 223 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.05 |
| HSL | 173.12º | 0.85% | 0.64% | - |
| HSV(B) | 173.12º | 0.65% | 0.95% | - |
| XYZ | 48.43 | 70.12 | 80.79 | - |
| YUV | 192.01 | 145.49 | 50.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 241 | 223 | 0.65 | 0 | 0.07 | 0.05 | 173.12 | 0.85 | 0.64 |
| Hex | 54 | F1 | DF | 41 | 0 | 7 | 5 | AD | 55 | 40 |
| Octal | 124 | 361 | 337 | 101 | 0 | 7 | 5 | 255 | 125 | 100 |
| Binary | 1010100 | 11110001 | 11011111 | 1000001 | 0 | 111 | 101 | 10101101 | 1010101 | 1000000 |
Color Harmonies of #54F1DF
Complementary color
Monochromatic Colors of #54F1DF
Black with #54F1DF
Text Example
Text Example
White with #54F1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F1DF; }
p { color: rgb(84,241,223); }
H1.HeaderClassName
{
color: #54F1DF;
}
.AnyTagClassName
{
color: #54F1DF;
}
</style>
background-color css
<style>
a { background-color: #54F1DF; }
a { background-color: rgb(84,241,223); }
div.DivClassName
{
background-color: #54F1DF;
}
.BgClassName
{
background-color: #54F1DF;
}
</style>
border-color css
<style>
span { border-color: #54F1DF; }
span { border-color: rgb(84,241,223); }
td.TdClassName
{
border-color: #54F1DF;
}
.TagClassName
{
border-color: #54F1DF;
}
</style>