#54D2DD

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

Shades of Medium Turquoise #54D2DD

Tints of Medium Turquoise #54D2DD

Color information

#54D2DD (or 0x54D2DD) is unknown color: approx Medium Turquoise. HEX triplet: 54, D2 and DD. RGB value is (84,210,221). Sum of RGB (Red+Green+Blue) = 84+210+221=515 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.31% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #54D2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D2DD is #AB2D22. Grayscale: #ADADAD. Windows color (decimal): -11218211 or 14537300. OLE color: 14537300.

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

Color convert

RGB84210221-
CMYK0.620.0500.13
HSL184.82º66.83%59.8%-
HSV(B)184.82º61.99%86.67%-
XYZ39.7553.276.58-
YUV173.58154.7664.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.31%
GREEN value IS 210 (82.42% from 255) = 40.78%
BLUE value IS 221 (86.72% from 255) = 42.91%
R=16.31%
G=40.78%
B=42.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal842102210.620.0500.13184.8266.8359.8
Hex54D2DD3E50Db9433c
Octal12432233576501527110374
Binary1010100110100101101110111111010101101101110011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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