#54DEDE

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

Shades of Medium Turquoise #54DEDE

Tints of Medium Turquoise #54DEDE

Color information

#54DEDE (or 0x54DEDE) is unknown color: approx Medium Turquoise. HEX triplet: 54, DE and DE. RGB value is (84,222,222). Sum of RGB (Red+Green+Blue) = 84+222+222=528 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.91% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #54DEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DEDE is #AB2121. Grayscale: #B4B4B4. Windows color (decimal): -11215138 or 14605908. OLE color: 14605908.

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

Color convert

RGB84222222-
CMYK0.62000.13
HSL180º67.65%60%-
HSV(B)180º62.16%87.06%-
XYZ42.9659.478.31-
YUV180.74151.2859-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.91%
GREEN value IS 222 (87.11% from 255) = 42.05%
BLUE value IS 222 (87.11% from 255) = 42.05%
R=15.91%
G=42.05%
B=42.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal842222220.62000.1318067.6560
Hex54DEDE3E00Db4443c
Octal12433633676001526410474
Binary10101001101111011011110111110001101101101001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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