Shades of Turquoise #54FCC4
Tints of Turquoise #54FCC4
RGB
CMYK
RGB Variations
Color information
#54FCC4 (or 0x54FCC4) is known color: Turquoise. HEX triplet: 54, FC and C4. RGB value is (84,252,196). Sum of RGB (Red+Green+Blue) = 84+252+196=532 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.79% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #54FCC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FCC4 is #AB033B. Grayscale: #C3C3C3. Windows color (decimal): -11207484 or 12909652. OLE color: 12909652.
HSL color Cylindrical-coordinate representation of color #54FCC4: hue angle of 160º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FCC4 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 252 | 196 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.01 |
| HSL | 160º | 0.97% | 0.66% | - |
| HSV(B) | 160º | 0.67% | 0.99% | - |
| XYZ | 48.43 | 75.49 | 64.24 | - |
| YUV | 195.38 | 128.34 | 48.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 252 | 196 | 0.67 | 0 | 0.22 | 0.01 | 160 | 0.97 | 0.66 |
| Hex | 54 | FC | C4 | 43 | 0 | 16 | 1 | A0 | 61 | 42 |
| Octal | 124 | 374 | 304 | 103 | 0 | 26 | 1 | 240 | 141 | 102 |
| Binary | 1010100 | 11111100 | 11000100 | 1000011 | 0 | 10110 | 1 | 10100000 | 1100001 | 1000010 |
Color Harmonies of #54FCC4
Complementary color
Monochromatic Colors of #54FCC4
Black with #54FCC4
Text Example
Text Example
White with #54FCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FCC4; }
p { color: rgb(84,252,196); }
H1.HeaderClassName
{
color: #54FCC4;
}
.AnyTagClassName
{
color: #54FCC4;
}
</style>
background-color css
<style>
a { background-color: #54FCC4; }
a { background-color: rgb(84,252,196); }
div.DivClassName
{
background-color: #54FCC4;
}
.BgClassName
{
background-color: #54FCC4;
}
</style>
border-color css
<style>
span { border-color: #54FCC4; }
span { border-color: rgb(84,252,196); }
td.TdClassName
{
border-color: #54FCC4;
}
.TagClassName
{
border-color: #54FCC4;
}
</style>