#54e4cd

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

Shades of Turquoise #54E4CD

Tints of Turquoise #54E4CD

Color information

#54E4CD (or 0x54E4CD) is unknown color: approx Turquoise. HEX triplet: 54, E4 and CD. RGB value is (84,228,205). Sum of RGB (Red+Green+Blue) = 84+228+205=517 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.25% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 228 - color contains mainly: green. Hex color #54E4CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E4CD is #AB1B32. Grayscale: #B6B6B6. Windows color (decimal): -11213619 or 13493332. OLE color: 13493332.

HSL color Cylindrical-coordinate representation of color #54E4CD: hue angle of 170.42º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E4CD is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB84228205-
CMYK0.6300.100.11
HSL170.42º72.73%61.18%-
HSV(B)170.42º63.16%89.41%-
XYZ42.4261.7867.45-
YUV182.32140.7957.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.25%
GREEN value IS 228 (89.45% from 255) = 44.10%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=16.25%
G=44.10%
B=39.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal842282050.6300.100.11170.4272.7361.18
Hex54E4CD3F0ABaa493d
Octal124344315770121325211175
Binary10101001110010011001101111111010101011101010101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54e4cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,228,205); }

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

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

 a { background-color: rgb(84,228,205); }

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

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

 span { border-color: rgb(84,228,205); }

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