#54D8DD

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

Shades of Medium Turquoise #54D8DD

Tints of Medium Turquoise #54D8DD

Color information

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

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

Color convert

RGB84216221-
CMYK0.620.0200.13
HSL182.19º66.83%59.8%-
HSV(B)182.19º61.99%86.67%-
XYZ41.2656.2277.08-
YUV177.1152.7761.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal842162210.620.0200.13182.1966.8359.8
Hex54D8DD3E20Db6433c
Octal12433033576201526610374
Binary101010011011000110111011111101001101101101101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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