Html Css Color HEX #57C4C0 Medium Turquoise

📋 copy color: '#57C4C0'

red 87 ◦ green 196 ◦ blue 192

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

Shades of Medium Turquoise #57C4C0

Tints of Medium Turquoise #57C4C0

RGB

 RED value IS 87 (34.38% from 255) = 18.32%

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

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

R = 18.32%
G = 41.26%
B = 40.42%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#57C4C0 (or 0x57C4C0) is known color: Medium Turquoise. HEX triplet: 57, C4 and C0. RGB value is (87,196,192). Sum of RGB (Red+Green+Blue) = 87+196+192=475 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.32% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 196 - color contains mainly: green. Hex color #57C4C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C4C0 is #A83B3F. Grayscale: #A2A2A2. Windows color (decimal): -11025216 or 12633175. OLE color: 12633175.

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

Color convert

RGB 87 196 192 -
CMYK 0.56 0 0.02 0.23
HSL 177.8º 0.48% 0.55% -
HSV(B) 177.8º 0.56% 0.77% -
XYZ 33.18 45.31 56.87 -
YUV 162.95 144.39 73.83 -
System Red Green Blue C M Y K H S L
Decimal 87 196 192 0.56 0 0.02 0.23 177.8 0.48 0.55
Hex 57 C4 C0 38 0 2 17 B2 30 37
Octal 127 304 300 70 0 2 27 262 60 67
Binary 1010111 11000100 11000000 111000 0 10 10111 10110010 110000 110111

Color Harmonies of #57C4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57C4C0

Black with #57C4C0

Text Example


Text Example

White with #57C4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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