#54C5D5

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

Shades of Medium Turquoise #54C5D5

Tints of Medium Turquoise #54C5D5

Color information

#54C5D5 (or 0x54C5D5) is unknown color: approx Medium Turquoise. HEX triplet: 54, C5 and D5. RGB value is (84,197,213). Sum of RGB (Red+Green+Blue) = 84+197+213=494 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.00% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 213 - color contains mainly: blue. Hex color #54C5D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C5D5 is #AB3A2A. Grayscale: #A4A4A4. Windows color (decimal): -11221547 or 14009684. OLE color: 14009684.

HSL color Cylindrical-coordinate representation of color #54C5D5: hue angle of 187.44º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54C5D5 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB84197213-
CMYK0.610.0800.16
HSL187.44º60.56%58.24%-
HSV(B)187.44º60.56%83.53%-
XYZ35.6346.6270.07-
YUV165.04155.0670.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.00%
GREEN value IS 197 (77.34% from 255) = 39.88%
BLUE value IS 213 (83.59% from 255) = 43.12%
R=17.00%
G=39.88%
B=43.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal841972130.610.0800.16187.4460.5658.24
Hex54C5D53D8010bb3d3a
Octal12430532575100202737572
Binary10101001100010111010101111101100001000010111011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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