Html Css Color HEX #54E9BD Turquoise

📋 copy color: '#54E9BD'

red 84 ◦ green 233 ◦ blue 189

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

Shades of Turquoise #54E9BD

Tints of Turquoise #54E9BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.35%

R = 16.6%
G = 46.05%
B = 37.35%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#54E9BD (or 0x54E9BD) is known color: Turquoise. HEX triplet: 54, E9 and BD. RGB value is (84,233,189). Sum of RGB (Red+Green+Blue) = 84+233+189=506 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.60% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #54E9BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E9BD is #AB1642. Grayscale: #B7B7B7. Windows color (decimal): -11212355 or 12446036. OLE color: 12446036.

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

Color convert

RGB 84 233 189 -
CMYK 0.64 0 0.19 0.09
HSL 162.28º 0.77% 0.62% -
HSV(B) 162.28º 0.64% 0.91% -
XYZ 41.98 63.84 58.25 -
YUV 183.43 131.14 57.08 -
System Red Green Blue C M Y K H S L
Decimal 84 233 189 0.64 0 0.19 0.09 162.28 0.77 0.62
Hex 54 E9 BD 40 0 13 9 A2 4D 3E
Octal 124 351 275 100 0 23 11 242 115 76
Binary 1010100 11101001 10111101 1000000 0 10011 1001 10100010 1001101 111110

Color Harmonies of #54E9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54E9BD

Black with #54E9BD

Text Example


Text Example

White with #54E9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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