#54DCD0

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

Shades of Medium Turquoise #54DCD0

Tints of Medium Turquoise #54DCD0

Color information

#54DCD0 (or 0x54DCD0) is unknown color: approx Medium Turquoise. HEX triplet: 54, DC and D0. RGB value is (84,220,208). Sum of RGB (Red+Green+Blue) = 84+220+208=512 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.41% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #54DCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DCD0 is #AB232F. Grayscale: #B1B1B1. Windows color (decimal): -11215664 or 13687892. OLE color: 13687892.

HSL color Cylindrical-coordinate representation of color #54DCD0: hue angle of 174.71º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DCD0 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB84220208-
CMYK0.6200.050.14
HSL174.71º66.02%59.61%-
HSV(B)174.71º61.82%86.27%-
XYZ40.6357.6368.66-
YUV177.97144.9460.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.41%
GREEN value IS 220 (86.33% from 255) = 42.97%
BLUE value IS 208 (81.64% from 255) = 40.62%
R=16.41%
G=42.97%
B=40.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal842202080.6200.050.14174.7166.0259.61
Hex54DCD03E05Eaf423c
Octal12433432076051625710274
Binary1010100110111001101000011111001011110101011111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,220,208); }

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

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

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

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

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

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

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