#54EDD4

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

Shades of Turquoise #54EDD4

Tints of Turquoise #54EDD4

Color information

#54EDD4 (or 0x54EDD4) is unknown color: approx Turquoise. HEX triplet: 54, ED and D4. RGB value is (84,237,212). Sum of RGB (Red+Green+Blue) = 84+237+212=533 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.76% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 212 (83.20% from 255 or 39.77% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #54EDD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EDD4 is #AB122B. Grayscale: #BCBCBC. Windows color (decimal): -11211308 or 13954388. OLE color: 13954388.

HSL color Cylindrical-coordinate representation of color #54EDD4: hue angle of 170.2º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54EDD4 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB84237212-
CMYK0.6500.110.07
HSL170.2º80.95%62.94%-
HSV(B)170.2º64.56%92.94%-
XYZ45.8267.2172.84-
YUV188.4141.3153.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.76%
GREEN value IS 237 (92.97% from 255) = 44.47%
BLUE value IS 212 (83.20% from 255) = 39.77%
R=15.76%
G=44.47%
B=39.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal842372120.6500.110.07170.280.9562.94
Hex54EDD4410B7aa513f
Octal124355324101013725212177
Binary10101001110110111010100100000101011111101010101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54EDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,237,212); }

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

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

 a { background-color: rgb(84,237,212); }

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

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

 span { border-color: rgb(84,237,212); }

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