Html Css Color HEX #54EBC5 Turquoise

📋 copy color: '#54EBC5'

red 84 ◦ green 235 ◦ blue 197

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

Shades of Turquoise #54EBC5

Tints of Turquoise #54EBC5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.54%

 BLUE value IS 197 (77.34% from 255) = 38.18%

R = 16.28%
G = 45.54%
B = 38.18%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#54EBC5 (or 0x54EBC5) is known color: Turquoise. HEX triplet: 54, EB and C5. RGB value is (84,235,197). Sum of RGB (Red+Green+Blue) = 84+235+197=516 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.28% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 235 - color contains mainly: green. Hex color #54EBC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EBC5 is #AB143A. Grayscale: #B9B9B9. Windows color (decimal): -11211835 or 12970836. OLE color: 12970836.

HSL color Cylindrical-coordinate representation of color #54EBC5: hue angle of 164.9º 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 #54EBC5 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 235 197 -
CMYK 0.64 0 0.16 0.08
HSL 164.9º 0.79% 0.63% -
HSV(B) 164.9º 0.64% 0.92% -
XYZ 43.44 65.33 63.14 -
YUV 185.52 134.47 55.59 -
System Red Green Blue C M Y K H S L
Decimal 84 235 197 0.64 0 0.16 0.08 164.9 0.79 0.63
Hex 54 EB C5 40 0 10 8 A5 4F 3F
Octal 124 353 305 100 0 20 10 245 117 77
Binary 1010100 11101011 11000101 1000000 0 10000 1000 10100101 1001111 111111

Color Harmonies of #54EBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EBC5

Black with #54EBC5

Text Example


Text Example

White with #54EBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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