#54EBDC

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

Shades of Turquoise #54EBDC

Tints of Turquoise #54EBDC

Color information

#54EBDC (or 0x54EBDC) is unknown color: approx Turquoise. HEX triplet: 54, EB and DC. RGB value is (84,235,220). Sum of RGB (Red+Green+Blue) = 84+235+220=539 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.58% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 235 - color contains mainly: green. Hex color #54EBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EBDC is #AB1423. Grayscale: #BCBCBC. Windows color (decimal): -11211812 or 14478164. OLE color: 14478164.

HSL color Cylindrical-coordinate representation of color #54EBDC: hue angle of 174.04º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54EBDC is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB84235220-
CMYK0.6400.060.08
HSL174.04º79.06%62.55%-
HSV(B)174.04º64.26%92.16%-
XYZ46.2866.4778.1-
YUV188.14145.9753.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.58%
GREEN value IS 235 (92.19% from 255) = 43.60%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=15.58%
G=43.60%
B=40.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal842352200.6400.060.08174.0479.0662.55
Hex54EBDC40068ae4f3f
Octal124353334100061025611777
Binary10101001110101111011100100000001101000101011101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54EBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,235,220); }

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

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

 a { background-color: rgb(84,235,220); }

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

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

 span { border-color: rgb(84,235,220); }

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