#54E7D8

Color #54E7D8 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #54E7D8

Tints of Turquoise #54E7D8

Color information

#54E7D8 (or 0x54E7D8) is unknown color: approx Turquoise. HEX triplet: 54, E7 and D8. RGB value is (84,231,216). Sum of RGB (Red+Green+Blue) = 84+231+216=531 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.82% from 531); Green value is 231 (90.62% from 255 or 43.50% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 231 - color contains mainly: green. Hex color #54E7D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E7D8 is #AB1827. Grayscale: #B9B9B9. Windows color (decimal): -11212840 or 14214996. OLE color: 14214996.

HSL color Cylindrical-coordinate representation of color #54E7D8: hue angle of 173.88º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54E7D8 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB84231216-
CMYK0.6400.060.09
HSL173.88º75.38%61.76%-
HSV(B)173.88º63.64%90.59%-
XYZ44.6363.9974.97-
YUV185.34145.355.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 15.82%
GREEN value IS 231 (90.62% from 255) = 43.50%
BLUE value IS 216 (84.77% from 255) = 40.68%
R=15.82%
G=43.50%
B=40.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal842312160.6400.060.09173.8875.3861.76
Hex54E7D840069ae4b3e
Octal124347330100061125611376
Binary10101001110011111011000100000001101001101011101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54E7D8; }

 p { color: rgb(84,231,216); }

 H1.HeaderClassName
 {
   color: #54E7D8;
 }
 .AnyTagClassName
 {
   color: #54E7D8;
 }
</style>
background-color css

<style>
 a { background-color: #54E7D8; }

 a { background-color: rgb(84,231,216); }

 div.DivClassName
 {
   background-color: #54E7D8;
 }
 .BgClassName
 {
   background-color: #54E7D8;
 }
</style>
border-color css

<style>
 span { border-color: #54E7D8; }

 span { border-color: rgb(84,231,216); }

 td.TdClassName
 {
   border-color: #54E7D8;
 }
 .TagClassName
 {
   border-color: #54E7D8;
 }
</style>