Shades of Turquoise #54F1D3
Tints of Turquoise #54F1D3
RGB
CMYK
RGB Variations
Color information
#54F1D3 (or 0x54F1D3) is known color: Turquoise. HEX triplet: 54, F1 and D3. RGB value is (84,241,211). Sum of RGB (Red+Green+Blue) = 84+241+211=536 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.67% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #54F1D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F1D3 is #AB0E2C. Grayscale: #BEBEBE. Windows color (decimal): -11210285 or 13889876. OLE color: 13889876.
HSL color Cylindrical-coordinate representation of color #54F1D3: hue angle of 168.54º 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 #54F1D3 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 241 | 211 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.05 |
| HSL | 168.54º | 0.85% | 0.64% | - |
| HSV(B) | 168.54º | 0.65% | 0.95% | - |
| XYZ | 46.87 | 69.5 | 72.57 | - |
| YUV | 190.64 | 139.49 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 241 | 211 | 0.65 | 0 | 0.12 | 0.05 | 168.54 | 0.85 | 0.64 |
| Hex | 54 | F1 | D3 | 41 | 0 | C | 5 | A9 | 55 | 40 |
| Octal | 124 | 361 | 323 | 101 | 0 | 14 | 5 | 251 | 125 | 100 |
| Binary | 1010100 | 11110001 | 11010011 | 1000001 | 0 | 1100 | 101 | 10101001 | 1010101 | 1000000 |
Color Harmonies of #54F1D3
Complementary color
Monochromatic Colors of #54F1D3
Black with #54F1D3
Text Example
Text Example
White with #54F1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F1D3; }
p { color: rgb(84,241,211); }
H1.HeaderClassName
{
color: #54F1D3;
}
.AnyTagClassName
{
color: #54F1D3;
}
</style>
background-color css
<style>
a { background-color: #54F1D3; }
a { background-color: rgb(84,241,211); }
div.DivClassName
{
background-color: #54F1D3;
}
.BgClassName
{
background-color: #54F1D3;
}
</style>
border-color css
<style>
span { border-color: #54F1D3; }
span { border-color: rgb(84,241,211); }
td.TdClassName
{
border-color: #54F1D3;
}
.TagClassName
{
border-color: #54F1D3;
}
</style>