Shades of Turquoise #54F3C2
Tints of Turquoise #54F3C2
RGB
CMYK
RGB Variations
Color information
#54F3C2 (or 0x54F3C2) is known color: Turquoise. HEX triplet: 54, F3 and C2. RGB value is (84,243,194). Sum of RGB (Red+Green+Blue) = 84+243+194=521 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.12% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 243 - color contains mainly: green. Hex color #54F3C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F3C2 is #AB0C3D. Grayscale: #BDBDBD. Windows color (decimal): -11209790 or 12776276. OLE color: 12776276.
HSL color Cylindrical-coordinate representation of color #54F3C2: hue angle of 161.51º degrees, saturation: 0.87, 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 #54F3C2 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 243 | 194 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.05 |
| HSL | 161.51º | 0.87% | 0.64% | - |
| HSV(B) | 161.51º | 0.65% | 0.95% | - |
| XYZ | 45.44 | 69.88 | 62.13 | - |
| YUV | 189.87 | 130.32 | 52.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 243 | 194 | 0.65 | 0 | 0.20 | 0.05 | 161.51 | 0.87 | 0.64 |
| Hex | 54 | F3 | C2 | 41 | 0 | 14 | 5 | A2 | 57 | 40 |
| Octal | 124 | 363 | 302 | 101 | 0 | 24 | 5 | 242 | 127 | 100 |
| Binary | 1010100 | 11110011 | 11000010 | 1000001 | 0 | 10100 | 101 | 10100010 | 1010111 | 1000000 |
Color Harmonies of #54F3C2
Complementary color
Monochromatic Colors of #54F3C2
Black with #54F3C2
Text Example
Text Example
White with #54F3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F3C2; }
p { color: rgb(84,243,194); }
H1.HeaderClassName
{
color: #54F3C2;
}
.AnyTagClassName
{
color: #54F3C2;
}
</style>
background-color css
<style>
a { background-color: #54F3C2; }
a { background-color: rgb(84,243,194); }
div.DivClassName
{
background-color: #54F3C2;
}
.BgClassName
{
background-color: #54F3C2;
}
</style>
border-color css
<style>
span { border-color: #54F3C2; }
span { border-color: rgb(84,243,194); }
td.TdClassName
{
border-color: #54F3C2;
}
.TagClassName
{
border-color: #54F3C2;
}
</style>