Html Css Color HEX #54FED1 Turquoise

📋 copy color: '#54FED1'

red 84 ◦ green 254 ◦ blue 209

#54FED1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #54FED1

Tints of Turquoise #54FED1

RGB

 RED value IS 84 (33.2% from 255) = 15.36%

 GREEN value IS 254 (99.61% from 255) = 46.44%

 BLUE value IS 209 (82.03% from 255) = 38.21%

R = 15.36%
G = 46.44%
B = 38.21%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#54FED1 (or 0x54FED1) is known color: Turquoise. HEX triplet: 54, FE and D1. RGB value is (84,254,209). Sum of RGB (Red+Green+Blue) = 84+254+209=547 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.36% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #54FED1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FED1 is #AB012E. Grayscale: #C6C6C6. Windows color (decimal): -11206959 or 13762132. OLE color: 13762132.

HSL color Cylindrical-coordinate representation of color #54FED1: hue angle of 164.12º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FED1 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB 84 254 209 -
CMYK 0.67 0 0.18 0.00
HSL 164.12º 0.99% 0.66% -
HSV(B) 164.12º 0.67% 1% -
XYZ 50.61 77.37 72.59 -
YUV 198.04 134.18 46.66 -
System Red Green Blue C M Y K H S L
Decimal 84 254 209 0.67 0 0.18 0.00 164.12 0.99 0.66
Hex 54 FE D1 43 0 12 0 A4 63 42
Octal 124 376 321 103 0 22 0 244 143 102
Binary 1010100 11111110 11010001 1000011 0 10010 0 10100100 1100011 1000010

Color Harmonies of #54FED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54FED1

Black with #54FED1

Text Example


Text Example

White with #54FED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,254,209); }

 H1.HeaderClassName
 {
   color: #54FED1;
 }
 .AnyTagClassName
 {
   color: #54FED1;
 }
</style>

background-color css

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

 a { background-color: rgb(84,254,209); }

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

border-color css

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

 span { border-color: rgb(84,254,209); }

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