Shades of Turquoise #54F1D6
Tints of Turquoise #54F1D6
RGB
CMYK
RGB Variations
Color information
#54F1D6 (or 0x54F1D6) is known color: Turquoise. HEX triplet: 54, F1 and D6. RGB value is (84,241,214). Sum of RGB (Red+Green+Blue) = 84+241+214=539 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.58% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #54F1D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F1D6 is #AB0E29. Grayscale: #BEBEBE. Windows color (decimal): -11210282 or 14086484. OLE color: 14086484.
HSL color Cylindrical-coordinate representation of color #54F1D6: hue angle of 169.68º 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 #54F1D6 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 241 | 214 | - |
| CMYK | 0.65 | 0 | 0.11 | 0.05 |
| HSL | 169.68º | 0.85% | 0.64% | - |
| HSV(B) | 169.68º | 0.65% | 0.95% | - |
| XYZ | 47.25 | 69.65 | 74.57 | - |
| YUV | 190.98 | 140.99 | 51.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 241 | 214 | 0.65 | 0 | 0.11 | 0.05 | 169.68 | 0.85 | 0.64 |
| Hex | 54 | F1 | D6 | 41 | 0 | B | 5 | AA | 55 | 40 |
| Octal | 124 | 361 | 326 | 101 | 0 | 13 | 5 | 252 | 125 | 100 |
| Binary | 1010100 | 11110001 | 11010110 | 1000001 | 0 | 1011 | 101 | 10101010 | 1010101 | 1000000 |
Color Harmonies of #54F1D6
Complementary color
Monochromatic Colors of #54F1D6
Black with #54F1D6
Text Example
Text Example
White with #54F1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F1D6; }
p { color: rgb(84,241,214); }
H1.HeaderClassName
{
color: #54F1D6;
}
.AnyTagClassName
{
color: #54F1D6;
}
</style>
background-color css
<style>
a { background-color: #54F1D6; }
a { background-color: rgb(84,241,214); }
div.DivClassName
{
background-color: #54F1D6;
}
.BgClassName
{
background-color: #54F1D6;
}
</style>
border-color css
<style>
span { border-color: #54F1D6; }
span { border-color: rgb(84,241,214); }
td.TdClassName
{
border-color: #54F1D6;
}
.TagClassName
{
border-color: #54F1D6;
}
</style>