Html Css Color HEX #54E9BE Turquoise

📋 copy color: '#54E9BE'

red 84 ◦ green 233 ◦ blue 190

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

Shades of Turquoise #54E9BE

Tints of Turquoise #54E9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.48%

R = 16.57%
G = 45.96%
B = 37.48%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#54E9BE (or 0x54E9BE) is known color: Turquoise. HEX triplet: 54, E9 and BE. RGB value is (84,233,190). Sum of RGB (Red+Green+Blue) = 84+233+190=507 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.57% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #54E9BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E9BE is #AB1641. Grayscale: #B7B7B7. Windows color (decimal): -11212354 or 12511572. OLE color: 12511572.

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

Color convert

RGB 84 233 190 -
CMYK 0.64 0 0.18 0.09
HSL 162.68º 0.77% 0.62% -
HSV(B) 162.68º 0.64% 0.91% -
XYZ 42.09 63.88 58.83 -
YUV 183.55 131.64 57 -
System Red Green Blue C M Y K H S L
Decimal 84 233 190 0.64 0 0.18 0.09 162.68 0.77 0.62
Hex 54 E9 BE 40 0 12 9 A3 4D 3E
Octal 124 351 276 100 0 22 11 243 115 76
Binary 1010100 11101001 10111110 1000000 0 10010 1001 10100011 1001101 111110

Color Harmonies of #54E9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54E9BE

Black with #54E9BE

Text Example


Text Example

White with #54E9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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