Html Css Color HEX #54C0BD Medium Turquoise

📋 copy color: '#54C0BD'

red 84 ◦ green 192 ◦ blue 189

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

Shades of Medium Turquoise #54C0BD

Tints of Medium Turquoise #54C0BD

RGB

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

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

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

R = 18.06%
G = 41.29%
B = 40.65%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#54C0BD (or 0x54C0BD) is known color: Medium Turquoise. HEX triplet: 54, C0 and BD. RGB value is (84,192,189). Sum of RGB (Red+Green+Blue) = 84+192+189=465 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.06% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #54C0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C0BD is #AB3F42. Grayscale: #9F9F9F. Windows color (decimal): -11222851 or 12435540. OLE color: 12435540.

HSL color Cylindrical-coordinate representation of color #54C0BD: hue angle of 178.33º 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 #54C0BD is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 192 189 -
CMYK 0.56 0 0.02 0.25
HSL 178.33º 0.46% 0.54% -
HSV(B) 178.33º 0.56% 0.75% -
XYZ 31.69 43.26 54.82 -
YUV 159.37 144.72 74.24 -
System Red Green Blue C M Y K H S L
Decimal 84 192 189 0.56 0 0.02 0.25 178.33 0.46 0.54
Hex 54 C0 BD 38 0 2 19 B2 2E 36
Octal 124 300 275 70 0 2 31 262 56 66
Binary 1010100 11000000 10111101 111000 0 10 11001 10110010 101110 110110

Color Harmonies of #54C0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C0BD

Black with #54C0BD

Text Example


Text Example

White with #54C0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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