Html Css Color HEX #54C1BD Medium Turquoise

📋 copy color: '#54C1BD'

red 84 ◦ green 193 ◦ blue 189

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

Shades of Medium Turquoise #54C1BD

Tints of Medium Turquoise #54C1BD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.42%

 BLUE value IS 189 (74.22% from 255) = 40.56%

R = 18.03%
G = 41.42%
B = 40.56%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#54C1BD (or 0x54C1BD) is known color: Medium Turquoise. HEX triplet: 54, C1 and BD. RGB value is (84,193,189). Sum of RGB (Red+Green+Blue) = 84+193+189=466 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.03% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #54C1BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C1BD is #AB3E42. Grayscale: #9F9F9F. Windows color (decimal): -11222595 or 12435796. OLE color: 12435796.

HSL color Cylindrical-coordinate representation of color #54C1BD: hue angle of 177.8º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54C1BD is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 84 193 189 -
CMYK 0.56 0 0.02 0.24
HSL 177.8º 0.47% 0.54% -
HSV(B) 177.8º 0.56% 0.76% -
XYZ 31.91 43.7 54.9 -
YUV 159.95 144.39 73.83 -
System Red Green Blue C M Y K H S L
Decimal 84 193 189 0.56 0 0.02 0.24 177.8 0.47 0.54
Hex 54 C1 BD 38 0 2 18 B2 2F 36
Octal 124 301 275 70 0 2 30 262 57 66
Binary 1010100 11000001 10111101 111000 0 10 11000 10110010 101111 110110

Color Harmonies of #54C1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C1BD

Black with #54C1BD

Text Example


Text Example

White with #54C1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,193,189); }

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

background-color css

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

 a { background-color: rgb(84,193,189); }

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

border-color css

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

 span { border-color: rgb(84,193,189); }

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