#54D1D5

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

Shades of Medium Turquoise #54D1D5

Tints of Medium Turquoise #54D1D5

Color information

#54D1D5 (or 0x54D1D5) is unknown color: approx Medium Turquoise. HEX triplet: 54, D1 and D5. RGB value is (84,209,213). Sum of RGB (Red+Green+Blue) = 84+209+213=506 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.60% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #54D1D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D1D5 is #AB2E2A. Grayscale: #ABABAB. Windows color (decimal): -11218475 or 14012756. OLE color: 14012756.

HSL color Cylindrical-coordinate representation of color #54D1D5: hue angle of 181.86º 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 #54D1D5 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB84209213-
CMYK0.610.0200.16
HSL181.86º60.56%58.24%-
HSV(B)181.86º60.56%83.53%-
XYZ38.4752.2971.02-
YUV172.08151.0965.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.60%
GREEN value IS 209 (82.03% from 255) = 41.30%
BLUE value IS 213 (83.59% from 255) = 42.09%
R=16.60%
G=41.30%
B=42.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal842092130.610.0200.16181.8660.5658.24
Hex54D1D53D2010b63d3a
Octal1243213257520202667572
Binary101010011010001110101011111011001000010110110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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