Html Css Color HEX #57C4C3 Medium Turquoise

📋 copy color: '#57C4C3'

red 87 ◦ green 196 ◦ blue 195

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

Shades of Medium Turquoise #57C4C3

Tints of Medium Turquoise #57C4C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.79%

R = 18.2%
G = 41%
B = 40.79%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#57C4C3 (or 0x57C4C3) is known color: Medium Turquoise. HEX triplet: 57, C4 and C3. RGB value is (87,196,195). Sum of RGB (Red+Green+Blue) = 87+196+195=478 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.20% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 195 (76.56% from 255 or 40.79% from 478); Max value from RGB is 196 - color contains mainly: green. Hex color #57C4C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C4C3 is #A83B3C. Grayscale: #A3A3A3. Windows color (decimal): -11025213 or 12829783. OLE color: 12829783.

HSL color Cylindrical-coordinate representation of color #57C4C3: hue angle of 179.45º 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 #57C4C3 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB 87 196 195 -
CMYK 0.56 0 0.01 0.23
HSL 179.45º 0.48% 0.55% -
HSV(B) 179.45º 0.56% 0.77% -
XYZ 33.52 45.45 58.64 -
YUV 163.3 145.89 73.58 -
System Red Green Blue C M Y K H S L
Decimal 87 196 195 0.56 0 0.01 0.23 179.45 0.48 0.55
Hex 57 C4 C3 38 0 1 17 B3 30 37
Octal 127 304 303 70 0 1 27 263 60 67
Binary 1010111 11000100 11000011 111000 0 1 10111 10110011 110000 110111

Color Harmonies of #57C4C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57C4C3

Black with #57C4C3

Text Example


Text Example

White with #57C4C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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