#54EEE5

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

Shades of Turquoise #54EEE5

Tints of Turquoise #54EEE5

Color information

#54EEE5 (or 0x54EEE5) is unknown color: approx Turquoise. HEX triplet: 54, EE and E5. RGB value is (84,238,229). Sum of RGB (Red+Green+Blue) = 84+238+229=551 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.25% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 238 - color contains mainly: green. Hex color #54EEE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EEE5 is #AB111A. Grayscale: #BEBEBE. Windows color (decimal): -11211035 or 15068756. OLE color: 15068756.

HSL color Cylindrical-coordinate representation of color #54EEE5: hue angle of 176.49º degrees, saturation: 0.82, 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 #54EEE5 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB84238229-
CMYK0.6500.040.07
HSL176.49º81.91%63.14%-
HSV(B)176.49º64.71%93.33%-
XYZ48.3768.6984.84-
YUV190.93149.4851.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.25%
GREEN value IS 238 (93.36% from 255) = 43.19%
BLUE value IS 229 (89.84% from 255) = 41.56%
R=15.25%
G=43.19%
B=41.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal842382290.6500.040.07176.4981.9163.14
Hex54EEE541047b0523f
Octal12435634510104726012277
Binary1010100111011101110010110000010100111101100001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54EEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,238,229); }

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

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

 a { background-color: rgb(84,238,229); }

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

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

 span { border-color: rgb(84,238,229); }

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