Html Css Color HEX #54C4C0 Medium Turquoise

📋 copy color: '#54C4C0'

red 84 ◦ green 196 ◦ blue 192

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

Shades of Medium Turquoise #54C4C0

Tints of Medium Turquoise #54C4C0

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.53%

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

R = 17.8%
G = 41.53%
B = 40.68%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#54C4C0 (or 0x54C4C0) is known color: Medium Turquoise. HEX triplet: 54, C4 and C0. RGB value is (84,196,192). Sum of RGB (Red+Green+Blue) = 84+196+192=472 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.80% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #54C4C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C4C0 is #AB3B3F. Grayscale: #A1A1A1. Windows color (decimal): -11221824 or 12633172. OLE color: 12633172.

HSL color Cylindrical-coordinate representation of color #54C4C0: hue angle of 177.86º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C4C0 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 84 196 192 -
CMYK 0.57 0 0.02 0.23
HSL 177.86º 0.49% 0.55% -
HSV(B) 177.86º 0.57% 0.77% -
XYZ 32.91 45.17 56.85 -
YUV 162.06 144.89 72.33 -
System Red Green Blue C M Y K H S L
Decimal 84 196 192 0.57 0 0.02 0.23 177.86 0.49 0.55
Hex 54 C4 C0 39 0 2 17 B2 31 37
Octal 124 304 300 71 0 2 27 262 61 67
Binary 1010100 11000100 11000000 111001 0 10 10111 10110010 110001 110111

Color Harmonies of #54C4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C4C0

Black with #54C4C0

Text Example


Text Example

White with #54C4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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