Html Css Color HEX #54DCC0 Medium Turquoise

📋 copy color: '#54DCC0'

red 84 ◦ green 220 ◦ blue 192

#54DCC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #54DCC0

Tints of Medium Turquoise #54DCC0

RGB

 RED value IS 84 (33.2% from 255) = 16.94%

 GREEN value IS 220 (86.33% from 255) = 44.35%

 BLUE value IS 192 (75.39% from 255) = 38.71%

R = 16.94%
G = 44.35%
B = 38.71%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#54DCC0 (or 0x54DCC0) is known color: Medium Turquoise. HEX triplet: 54, DC and C0. RGB value is (84,220,192). Sum of RGB (Red+Green+Blue) = 84+220+192=496 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.94% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #54DCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DCC0 is #AB233F. Grayscale: #B0B0B0. Windows color (decimal): -11215680 or 12639316. OLE color: 12639316.

HSL color Cylindrical-coordinate representation of color #54DCC0: hue angle of 167.65º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DCC0 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 220 192 -
CMYK 0.62 0 0.13 0.14
HSL 167.65º 0.66% 0.6% -
HSV(B) 167.65º 0.62% 0.86% -
XYZ 38.76 56.88 58.8 -
YUV 176.14 136.94 62.28 -
System Red Green Blue C M Y K H S L
Decimal 84 220 192 0.62 0 0.13 0.14 167.65 0.66 0.6
Hex 54 DC C0 3E 0 D E A8 42 3C
Octal 124 334 300 76 0 15 16 250 102 74
Binary 1010100 11011100 11000000 111110 0 1101 1110 10101000 1000010 111100

Color Harmonies of #54DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DCC0

Black with #54DCC0

Text Example


Text Example

White with #54DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,220,192); }

 H1.HeaderClassName
 {
   color: #54DCC0;
 }
 .AnyTagClassName
 {
   color: #54DCC0;
 }
</style>

background-color css

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

 a { background-color: rgb(84,220,192); }

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

border-color css

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

 span { border-color: rgb(84,220,192); }

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