#54DDDE

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

Shades of Medium Turquoise #54DDDE

Tints of Medium Turquoise #54DDDE

Color information

#54DDDE (or 0x54DDDE) is unknown color: approx Medium Turquoise. HEX triplet: 54, DD and DE. RGB value is (84,221,222). Sum of RGB (Red+Green+Blue) = 84+221+222=527 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.94% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #54DDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DDDE is #AB2221. Grayscale: #B4B4B4. Windows color (decimal): -11215394 or 14605652. OLE color: 14605652.

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

Color convert

RGB84221222-
CMYK0.620.0000.13
HSL180.43º67.65%60%-
HSV(B)180.43º62.16%87.06%-
XYZ42.758.8778.22-
YUV180.15151.6159.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.94%
GREEN value IS 221 (86.72% from 255) = 41.94%
BLUE value IS 222 (87.11% from 255) = 42.13%
R=15.94%
G=41.94%
B=42.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal842212220.620.0000.13180.4367.6560
Hex54DDDE3E00Db4443c
Octal12433533676001526410474
Binary10101001101110111011110111110001101101101001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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