#54DADD

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

Shades of Medium Turquoise #54DADD

Tints of Medium Turquoise #54DADD

Color information

#54DADD (or 0x54DADD) is unknown color: approx Medium Turquoise. HEX triplet: 54, DA and DD. RGB value is (84,218,221). Sum of RGB (Red+Green+Blue) = 84+218+221=523 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.06% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #54DADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DADD is #AB2522. Grayscale: #B2B2B2. Windows color (decimal): -11216163 or 14539348. OLE color: 14539348.

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

Color convert

RGB84218221-
CMYK0.620.0100.13
HSL181.31º66.83%59.8%-
HSV(B)181.31º61.99%86.67%-
XYZ41.7857.2577.25-
YUV178.28152.1160.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.06%
GREEN value IS 218 (85.55% from 255) = 41.68%
BLUE value IS 221 (86.72% from 255) = 42.26%
R=16.06%
G=41.68%
B=42.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal842182210.620.0100.13181.3166.8359.8
Hex54DADD3E10Db5433c
Octal12433233576101526510374
Binary10101001101101011011101111110101101101101011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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