Html Css Color HEX #54DFBE Medium Turquoise

📋 copy color: '#54DFBE'

red 84 ◦ green 223 ◦ blue 190

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

Shades of Medium Turquoise #54DFBE

Tints of Medium Turquoise #54DFBE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.87%

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

R = 16.9%
G = 44.87%
B = 38.23%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#54DFBE (or 0x54DFBE) is known color: Medium Turquoise. HEX triplet: 54, DF and BE. RGB value is (84,223,190). Sum of RGB (Red+Green+Blue) = 84+223+190=497 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.90% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #54DFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DFBE is #AB2041. Grayscale: #B1B1B1. Windows color (decimal): -11214914 or 12509012. OLE color: 12509012.

HSL color Cylindrical-coordinate representation of color #54DFBE: hue angle of 165.76º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DFBE is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 223 190 -
CMYK 0.62 0 0.15 0.13
HSL 165.76º 0.68% 0.6% -
HSV(B) 165.76º 0.62% 0.87% -
XYZ 39.34 58.38 57.91 -
YUV 177.68 134.95 61.18 -
System Red Green Blue C M Y K H S L
Decimal 84 223 190 0.62 0 0.15 0.13 165.76 0.68 0.6
Hex 54 DF BE 3E 0 F D A6 44 3C
Octal 124 337 276 76 0 17 15 246 104 74
Binary 1010100 11011111 10111110 111110 0 1111 1101 10100110 1000100 111100

Color Harmonies of #54DFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DFBE

Black with #54DFBE

Text Example


Text Example

White with #54DFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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