Html Css Color HEX #54E9BB Turquoise

📋 copy color: '#54E9BB'

red 84 ◦ green 233 ◦ blue 187

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

Shades of Turquoise #54E9BB

Tints of Turquoise #54E9BB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.23%

 BLUE value IS 187 (73.44% from 255) = 37.1%

R = 16.67%
G = 46.23%
B = 37.1%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#54E9BB (or 0x54E9BB) is known color: Turquoise. HEX triplet: 54, E9 and BB. RGB value is (84,233,187). Sum of RGB (Red+Green+Blue) = 84+233+187=504 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.67% from 504); Green value is 233 (91.41% from 255 or 46.23% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 233 - color contains mainly: green. Hex color #54E9BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E9BB is #AB1644. Grayscale: #B7B7B7. Windows color (decimal): -11212357 or 12314964. OLE color: 12314964.

HSL color Cylindrical-coordinate representation of color #54E9BB: hue angle of 161.48º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54E9BB is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 84 233 187 -
CMYK 0.64 0 0.20 0.09
HSL 161.48º 0.77% 0.62% -
HSV(B) 161.48º 0.64% 0.91% -
XYZ 41.76 63.75 57.12 -
YUV 183.21 130.14 57.24 -
System Red Green Blue C M Y K H S L
Decimal 84 233 187 0.64 0 0.20 0.09 161.48 0.77 0.62
Hex 54 E9 BB 40 0 14 9 A1 4D 3E
Octal 124 351 273 100 0 24 11 241 115 76
Binary 1010100 11101001 10111011 1000000 0 10100 1001 10100001 1001101 111110

Color Harmonies of #54E9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54E9BB

Black with #54E9BB

Text Example


Text Example

White with #54E9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,233,187); }

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

background-color css

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

 a { background-color: rgb(84,233,187); }

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

border-color css

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

 span { border-color: rgb(84,233,187); }

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