#54CABA

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

Shades of Medium Turquoise #54CABA

Tints of Medium Turquoise #54CABA

Color information

#54CABA (or 0x54CABA) is unknown color: approx Medium Turquoise. HEX triplet: 54, CA and BA. RGB value is (84,202,186). Sum of RGB (Red+Green+Blue) = 84+202+186=472 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.80% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #54CABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CABA is #AB3545. Grayscale: #A4A4A4. Windows color (decimal): -11220294 or 12241492. OLE color: 12241492.

HSL color Cylindrical-coordinate representation of color #54CABA: hue angle of 171.86º 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 #54CABA is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB84202186-
CMYK0.5800.080.21
HSL171.86º52.68%56.08%-
HSV(B)171.86º58.42%79.22%-
XYZ33.6447.6753.88-
YUV164.89139.9170.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.80%
GREEN value IS 202 (79.30% from 255) = 42.80%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=17.80%
G=42.80%
B=39.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal842021860.5800.080.21171.8652.6856.08
Hex54CABA3A0815ac3538
Octal12431227272010252546570
Binary10101001100101010111010111010010001010110101100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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