#54D8DF

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

Shades of Medium Turquoise #54D8DF

Tints of Medium Turquoise #54D8DF

Color information

#54D8DF (or 0x54D8DF) is unknown color: approx Medium Turquoise. HEX triplet: 54, D8 and DF. RGB value is (84,216,223). Sum of RGB (Red+Green+Blue) = 84+216+223=523 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.06% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #54D8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D8DF is #AB2720. Grayscale: #B1B1B1. Windows color (decimal): -11216673 or 14669908. OLE color: 14669908.

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

Color convert

RGB84216223-
CMYK0.620.0300.13
HSL183.02º68.47%60.2%-
HSV(B)183.02º62.33%87.45%-
XYZ41.5356.3278.49-
YUV177.33153.7761.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.06%
GREEN value IS 216 (84.77% from 255) = 41.30%
BLUE value IS 223 (87.5% from 255) = 42.64%
R=16.06%
G=41.30%
B=42.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal842162230.620.0300.13183.0268.4760.2
Hex54D8DF3E30Db7443c
Octal12433033776301526710474
Binary101010011011000110111111111101101101101101111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,216,223); }

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

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

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

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

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

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

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