#54DDD8

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

Shades of Medium Turquoise #54DDD8

Tints of Medium Turquoise #54DDD8

Color information

#54DDD8 (or 0x54DDD8) is unknown color: approx Medium Turquoise. HEX triplet: 54, DD and D8. RGB value is (84,221,216). Sum of RGB (Red+Green+Blue) = 84+221+216=521 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.12% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #54DDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DDD8 is #AB2227. Grayscale: #B3B3B3. Windows color (decimal): -11215400 or 14212436. OLE color: 14212436.

HSL color Cylindrical-coordinate representation of color #54DDD8: hue angle of 177.81º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DDD8 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB84221216-
CMYK0.6200.020.13
HSL177.81º66.83%59.8%-
HSV(B)177.81º61.99%86.67%-
XYZ41.9158.5674.06-
YUV179.47148.6159.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.12%
GREEN value IS 221 (86.72% from 255) = 42.42%
BLUE value IS 216 (84.77% from 255) = 41.46%
R=16.12%
G=42.42%
B=41.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal842212160.6200.020.13177.8166.8359.8
Hex54DDD83E02Db2433c
Octal12433533076021526210374
Binary101010011011101110110001111100101101101100101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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