#54D3BA

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

Shades of Medium Turquoise #54D3BA

Tints of Medium Turquoise #54D3BA

Color information

#54D3BA (or 0x54D3BA) is unknown color: approx Medium Turquoise. HEX triplet: 54, D3 and BA. RGB value is (84,211,186). Sum of RGB (Red+Green+Blue) = 84+211+186=481 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.46% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 211 - color contains mainly: green. Hex color #54D3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D3BA is #AB2C45. Grayscale: #AAAAAA. Windows color (decimal): -11217990 or 12243796. OLE color: 12243796.

HSL color Cylindrical-coordinate representation of color #54D3BA: hue angle of 168.19º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54D3BA is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB84211186-
CMYK0.6000.120.17
HSL168.19º59.07%57.84%-
HSV(B)168.19º60.19%82.75%-
XYZ35.8152.0254.61-
YUV170.18136.9266.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.46%
GREEN value IS 211 (82.81% from 255) = 43.87%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=17.46%
G=43.87%
B=38.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal842111860.6000.120.17168.1959.0757.84
Hex54D3BA3C0C11a83b3a
Octal12432327274014212507372
Binary10101001101001110111010111100011001000110101000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,211,186); }

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

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

 a { background-color: rgb(84,211,186); }

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

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

 span { border-color: rgb(84,211,186); }

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