#54CABD

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

Shades of Medium Turquoise #54CABD

Tints of Medium Turquoise #54CABD

Color information

#54CABD (or 0x54CABD) is unknown color: approx Medium Turquoise. HEX triplet: 54, CA and BD. RGB value is (84,202,189). Sum of RGB (Red+Green+Blue) = 84+202+189=475 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.68% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #54CABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CABD is #AB3542. Grayscale: #A5A5A5. Windows color (decimal): -11220291 or 12438100. OLE color: 12438100.

HSL color Cylindrical-coordinate representation of color #54CABD: hue angle of 173.39º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54CABD is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB84202189-
CMYK0.5800.060.21
HSL173.39º52.68%56.08%-
HSV(B)173.39º58.42%79.22%-
XYZ33.9647.855.58-
YUV165.24141.4170.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.68%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=17.68%
G=42.53%
B=39.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal842021890.5800.060.21173.3952.6856.08
Hex54CABD3A0615ad3538
Octal1243122757206252556570
Binary1010100110010101011110111101001101010110101101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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