#54C0BD

Color #54C0BD Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #54C0BD

Tints of Medium Turquoise #54C0BD

Color information

#54C0BD (or 0x54C0BD) is unknown color: approx 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

RGB84192189-
CMYK0.5600.020.25
HSL178.33º46.15%54.12%-
HSV(B)178.33º56.25%75.29%-
XYZ31.6943.2654.82-
YUV159.37144.7274.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% 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 (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841921890.5600.020.25178.3346.1554.12
Hex54C0BD380219b22e36
Octal1243002757002312625666
Binary101010011000000101111011110000101100110110010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>