Html Css Color HEX #54EFBD Turquoise

📋 copy color: '#54EFBD'

red 84 ◦ green 239 ◦ blue 189

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

Shades of Turquoise #54EFBD

Tints of Turquoise #54EFBD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.68%

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

R = 16.41%
G = 46.68%
B = 36.91%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#54EFBD (or 0x54EFBD) is known color: Turquoise. HEX triplet: 54, EF and BD. RGB value is (84,239,189). Sum of RGB (Red+Green+Blue) = 84+239+189=512 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.41% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #54EFBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EFBD is #AB1042. Grayscale: #BABABA. Windows color (decimal): -11210819 or 12447572. OLE color: 12447572.

HSL color Cylindrical-coordinate representation of color #54EFBD: hue angle of 160.65º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54EFBD is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 84 239 189 -
CMYK 0.65 0 0.21 0.06
HSL 160.65º 0.83% 0.63% -
HSV(B) 160.65º 0.65% 0.94% -
XYZ 43.71 67.29 58.83 -
YUV 186.96 129.15 54.57 -
System Red Green Blue C M Y K H S L
Decimal 84 239 189 0.65 0 0.21 0.06 160.65 0.83 0.63
Hex 54 EF BD 41 0 15 6 A1 53 3F
Octal 124 357 275 101 0 25 6 241 123 77
Binary 1010100 11101111 10111101 1000001 0 10101 110 10100001 1010011 111111

Color Harmonies of #54EFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EFBD

Black with #54EFBD

Text Example


Text Example

White with #54EFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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