#54D8C3

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

Shades of Medium Turquoise #54D8C3

Tints of Medium Turquoise #54D8C3

Color information

#54D8C3 (or 0x54D8C3) is unknown color: approx Medium Turquoise. HEX triplet: 54, D8 and C3. RGB value is (84,216,195). Sum of RGB (Red+Green+Blue) = 84+216+195=495 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.97% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #54D8C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D8C3 is #AB273C. Grayscale: #AEAEAE. Windows color (decimal): -11216701 or 12834900. OLE color: 12834900.

HSL color Cylindrical-coordinate representation of color #54D8C3: hue angle of 170.45º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54D8C3 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB84216195-
CMYK0.6100.100.15
HSL170.45º62.86%58.82%-
HSV(B)170.45º61.11%84.71%-
XYZ38.0654.9460.23-
YUV174.14139.7763.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.97%
GREEN value IS 216 (84.77% from 255) = 43.64%
BLUE value IS 195 (76.56% from 255) = 39.39%
R=16.97%
G=43.64%
B=39.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal842161950.6100.100.15170.4562.8658.82
Hex54D8C33D0AFaa3f3b
Octal12433030375012172527773
Binary1010100110110001100001111110101010111110101010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,216,195); }

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

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

 a { background-color: rgb(84,216,195); }

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

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

 span { border-color: rgb(84,216,195); }

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