Html Css Color HEX #54C0BA Medium Turquoise

📋 copy color: '#54C0BA'

red 84 ◦ green 192 ◦ blue 186

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

Shades of Medium Turquoise #54C0BA

Tints of Medium Turquoise #54C0BA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.56%

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 18.18%
G = 41.56%
B = 40.26%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#54C0BA (or 0x54C0BA) is known color: Medium Turquoise. HEX triplet: 54, C0 and BA. RGB value is (84,192,186). Sum of RGB (Red+Green+Blue) = 84+192+186=462 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.18% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #54C0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C0BA is #AB3F45. Grayscale: #9E9E9E. Windows color (decimal): -11222854 or 12238932. OLE color: 12238932.

HSL color Cylindrical-coordinate representation of color #54C0BA: hue angle of 176.67º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54C0BA is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 192 186 -
CMYK 0.56 0 0.03 0.25
HSL 176.67º 0.46% 0.54% -
HSV(B) 176.67º 0.56% 0.75% -
XYZ 31.37 43.13 53.13 -
YUV 159.02 143.22 74.49 -
System Red Green Blue C M Y K H S L
Decimal 84 192 186 0.56 0 0.03 0.25 176.67 0.46 0.54
Hex 54 C0 BA 38 0 3 19 B1 2E 36
Octal 124 300 272 70 0 3 31 261 56 66
Binary 1010100 11000000 10111010 111000 0 11 11001 10110001 101110 110110

Color Harmonies of #54C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C0BA

Black with #54C0BA

Text Example


Text Example

White with #54C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,192,186); }

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

background-color css

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

 a { background-color: rgb(84,192,186); }

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

border-color css

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

 span { border-color: rgb(84,192,186); }

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