Html Css Color HEX #54C3BA Medium Turquoise

📋 copy color: '#54C3BA'

red 84 ◦ green 195 ◦ blue 186

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

Shades of Medium Turquoise #54C3BA

Tints of Medium Turquoise #54C3BA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.94%

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

R = 18.06%
G = 41.94%
B = 40%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#54C3BA (or 0x54C3BA) is known color: Medium Turquoise. HEX triplet: 54, C3 and BA. RGB value is (84,195,186). Sum of RGB (Red+Green+Blue) = 84+195+186=465 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.06% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 195 - color contains mainly: green. Hex color #54C3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C3BA is #AB3C45. Grayscale: #A0A0A0. Windows color (decimal): -11222086 or 12239700. OLE color: 12239700.

HSL color Cylindrical-coordinate representation of color #54C3BA: hue angle of 175.14º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C3BA is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 84 195 186 -
CMYK 0.57 0 0.05 0.24
HSL 175.14º 0.48% 0.55% -
HSV(B) 175.14º 0.57% 0.76% -
XYZ 32.03 44.46 53.35 -
YUV 160.79 142.23 73.23 -
System Red Green Blue C M Y K H S L
Decimal 84 195 186 0.57 0 0.05 0.24 175.14 0.48 0.55
Hex 54 C3 BA 39 0 5 18 AF 30 37
Octal 124 303 272 71 0 5 30 257 60 67
Binary 1010100 11000011 10111010 111001 0 101 11000 10101111 110000 110111

Color Harmonies of #54C3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C3BA

Black with #54C3BA

Text Example


Text Example

White with #54C3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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