Html Css Color HEX #54C2BB Medium Turquoise

📋 copy color: '#54C2BB'

red 84 ◦ green 194 ◦ blue 187

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

Shades of Medium Turquoise #54C2BB

Tints of Medium Turquoise #54C2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.22%

R = 18.06%
G = 41.72%
B = 40.22%

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

#54C2BB (or 0x54C2BB) is known color: Medium Turquoise. HEX triplet: 54, C2 and BB. RGB value is (84,194,187). Sum of RGB (Red+Green+Blue) = 84+194+187=465 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.06% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #54C2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C2BB is #AB3D44. Grayscale: #A0A0A0. Windows color (decimal): -11222341 or 12304980. OLE color: 12304980.

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

Color convert

RGB 84 194 187 -
CMYK 0.57 0 0.04 0.24
HSL 176.18º 0.47% 0.55% -
HSV(B) 176.18º 0.57% 0.76% -
XYZ 31.92 44.06 53.84 -
YUV 160.31 143.06 73.57 -
System Red Green Blue C M Y K H S L
Decimal 84 194 187 0.57 0 0.04 0.24 176.18 0.47 0.55
Hex 54 C2 BB 39 0 4 18 B0 2F 37
Octal 124 302 273 71 0 4 30 260 57 67
Binary 1010100 11000010 10111011 111001 0 100 11000 10110000 101111 110111

Color Harmonies of #54C2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C2BB

Black with #54C2BB

Text Example


Text Example

White with #54C2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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