#54C5BD

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

Shades of Medium Turquoise #54C5BD

Tints of Medium Turquoise #54C5BD

Color information

#54C5BD (or 0x54C5BD) is unknown color: approx Medium Turquoise. HEX triplet: 54, C5 and BD. RGB value is (84,197,189). Sum of RGB (Red+Green+Blue) = 84+197+189=470 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.87% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 197 - color contains mainly: green. Hex color #54C5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C5BD is #AB3A42. Grayscale: #A2A2A2. Windows color (decimal): -11221571 or 12436820. OLE color: 12436820.

HSL color Cylindrical-coordinate representation of color #54C5BD: hue angle of 175.75º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C5BD is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB84197189-
CMYK0.5700.040.23
HSL175.75º49.34%55.1%-
HSV(B)175.75º57.36%77.25%-
XYZ32.8145.4955.2-
YUV162.3143.0672.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.87%
GREEN value IS 197 (77.34% from 255) = 41.91%
BLUE value IS 189 (74.22% from 255) = 40.21%
R=17.87%
G=41.91%
B=40.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal841971890.5700.040.23175.7549.3455.1
Hex54C5BD390417b03137
Octal1243052757104272606167
Binary1010100110001011011110111100101001011110110000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54C5BD;
 }
 .AnyTagClassName
 {
   color: #54C5BD;
 }
</style>
background-color css

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

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

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

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

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

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