#54D0C4

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

Shades of Medium Turquoise #54D0C4

Tints of Medium Turquoise #54D0C4

Color information

#54D0C4 (or 0x54D0C4) is unknown color: approx Medium Turquoise. HEX triplet: 54, D0 and C4. RGB value is (84,208,196). Sum of RGB (Red+Green+Blue) = 84+208+196=488 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.21% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #54D0C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D0C4 is #AB2F3B. Grayscale: #A9A9A9. Windows color (decimal): -11218748 or 12898388. OLE color: 12898388.

HSL color Cylindrical-coordinate representation of color #54D0C4: hue angle of 174.19º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54D0C4 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB84208196-
CMYK0.6000.060.18
HSL174.19º56.88%57.25%-
HSV(B)174.19º59.62%81.57%-
XYZ36.1850.9860.16-
YUV169.56142.9266.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.21%
GREEN value IS 208 (81.64% from 255) = 42.62%
BLUE value IS 196 (76.95% from 255) = 40.16%
R=17.21%
G=42.62%
B=40.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal842081960.6000.060.18174.1956.8857.25
Hex54D0C43C0612ae3939
Octal1243203047406222567171
Binary1010100110100001100010011110001101001010101110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,208,196); }

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

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

 a { background-color: rgb(84,208,196); }

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

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

 span { border-color: rgb(84,208,196); }

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