#54DFC3

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

Shades of Medium Turquoise #54DFC3

Tints of Medium Turquoise #54DFC3

Color information

#54DFC3 (or 0x54DFC3) is unknown color: approx Medium Turquoise. HEX triplet: 54, DF and C3. RGB value is (84,223,195). Sum of RGB (Red+Green+Blue) = 84+223+195=502 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.73% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 195 (76.56% from 255 or 38.84% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #54DFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DFC3 is #AB203C. Grayscale: #B2B2B2. Windows color (decimal): -11214909 or 12836692. OLE color: 12836692.

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

Color convert

RGB84223195-
CMYK0.6200.130.13
HSL167.91º68.47%60.2%-
HSV(B)167.91º62.33%87.45%-
XYZ39.8958.660.84-
YUV178.25137.4560.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.73%
GREEN value IS 223 (87.5% from 255) = 44.42%
BLUE value IS 195 (76.56% from 255) = 38.84%
R=16.73%
G=44.42%
B=38.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal842231950.6200.130.13167.9168.4760.2
Hex54DFC33E0DDa8443c
Octal124337303760151525010474
Binary10101001101111111000011111110011011101101010001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54DFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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