#54EFD4

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

Shades of Turquoise #54EFD4

Tints of Turquoise #54EFD4

Color information

#54EFD4 (or 0x54EFD4) is unknown color: approx Turquoise. HEX triplet: 54, EF and D4. RGB value is (84,239,212). Sum of RGB (Red+Green+Blue) = 84+239+212=535 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.70% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #54EFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EFD4 is #AB102B. Grayscale: #BDBDBD. Windows color (decimal): -11210796 or 13954900. OLE color: 13954900.

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

Color convert

RGB84239212-
CMYK0.6500.110.06
HSL169.55º82.89%63.33%-
HSV(B)169.55º64.85%93.73%-
XYZ46.4168.3773.04-
YUV189.58140.6552.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.70%
GREEN value IS 239 (93.75% from 255) = 44.67%
BLUE value IS 212 (83.20% from 255) = 39.63%
R=15.70%
G=44.67%
B=39.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal842392120.6500.110.06169.5582.8963.33
Hex54EFD4410B6aa533f
Octal124357324101013625212377
Binary10101001110111111010100100000101011110101010101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54EFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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