#54D4DD

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

Shades of Medium Turquoise #54D4DD

Tints of Medium Turquoise #54D4DD

Color information

#54D4DD (or 0x54D4DD) is unknown color: approx Medium Turquoise. HEX triplet: 54, D4 and DD. RGB value is (84,212,221). Sum of RGB (Red+Green+Blue) = 84+212+221=517 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.25% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #54D4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D4DD is #AB2B22. Grayscale: #AEAEAE. Windows color (decimal): -11217699 or 14537812. OLE color: 14537812.

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

Color convert

RGB84212221-
CMYK0.620.0400.13
HSL183.94º66.83%59.8%-
HSV(B)183.94º61.99%86.67%-
XYZ40.2554.1976.75-
YUV174.75154.0963.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.25%
GREEN value IS 212 (83.20% from 255) = 41.01%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=16.25%
G=41.01%
B=42.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal842122210.620.0400.13183.9466.8359.8
Hex54D4DD3E40Db8433c
Octal12432433576401527010374
Binary1010100110101001101110111111010001101101110001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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