Html Css Color HEX #54C5C2 Medium Turquoise

📋 copy color: '#54C5C2'

red 84 ◦ green 197 ◦ blue 194

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

Shades of Medium Turquoise #54C5C2

Tints of Medium Turquoise #54C5C2

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.47%

 BLUE value IS 194 (76.17% from 255) = 40.84%

R = 17.68%
G = 41.47%
B = 40.84%

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

#54C5C2 (or 0x54C5C2) is known color: Medium Turquoise. HEX triplet: 54, C5 and C2. RGB value is (84,197,194). Sum of RGB (Red+Green+Blue) = 84+197+194=475 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.68% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #54C5C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C5C2 is #AB3A3D. Grayscale: #A2A2A2. Windows color (decimal): -11221566 or 12764500. OLE color: 12764500.

HSL color Cylindrical-coordinate representation of color #54C5C2: hue angle of 178.41º 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 #54C5C2 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 84 197 194 -
CMYK 0.57 0 0.02 0.23
HSL 178.41º 0.49% 0.55% -
HSV(B) 178.41º 0.57% 0.77% -
XYZ 33.36 45.71 58.1 -
YUV 162.87 145.56 71.74 -
System Red Green Blue C M Y K H S L
Decimal 84 197 194 0.57 0 0.02 0.23 178.41 0.49 0.55
Hex 54 C5 C2 39 0 2 17 B2 31 37
Octal 124 305 302 71 0 2 27 262 61 67
Binary 1010100 11000101 11000010 111001 0 10 10111 10110010 110001 110111

Color Harmonies of #54C5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C5C2

Black with #54C5C2

Text Example


Text Example

White with #54C5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,197,194); }

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

background-color css

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

 a { background-color: rgb(84,197,194); }

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

border-color css

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

 span { border-color: rgb(84,197,194); }

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