Html Css Color HEX #54C2BA Medium Turquoise

📋 copy color: '#54C2BA'

red 84 ◦ green 194 ◦ blue 186

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

Shades of Medium Turquoise #54C2BA

Tints of Medium Turquoise #54C2BA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.81%

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

R = 18.1%
G = 41.81%
B = 40.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#54C2BA (or 0x54C2BA) is known color: Medium Turquoise. HEX triplet: 54, C2 and BA. RGB value is (84,194,186). Sum of RGB (Red+Green+Blue) = 84+194+186=464 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.10% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 194 - color contains mainly: green. Hex color #54C2BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C2BA is #AB3D45. Grayscale: #A0A0A0. Windows color (decimal): -11222342 or 12239444. OLE color: 12239444.

HSL color Cylindrical-coordinate representation of color #54C2BA: hue angle of 175.64º degrees, saturation: 0.47, 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 #54C2BA is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 84 194 186 -
CMYK 0.57 0 0.04 0.24
HSL 175.64º 0.47% 0.55% -
HSV(B) 175.64º 0.57% 0.76% -
XYZ 31.81 44.01 53.27 -
YUV 160.2 142.56 73.65 -
System Red Green Blue C M Y K H S L
Decimal 84 194 186 0.57 0 0.04 0.24 175.64 0.47 0.55
Hex 54 C2 BA 39 0 4 18 B0 2F 37
Octal 124 302 272 71 0 4 30 260 57 67
Binary 1010100 11000010 10111010 111001 0 100 11000 10110000 101111 110111

Color Harmonies of #54C2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C2BA

Black with #54C2BA

Text Example


Text Example

White with #54C2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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