Html Css Color HEX #57C2BB Medium Turquoise

📋 copy color: '#57C2BB'

red 87 ◦ green 194 ◦ blue 187

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

Shades of Medium Turquoise #57C2BB

Tints of Medium Turquoise #57C2BB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.45%

 BLUE value IS 187 (73.44% from 255) = 39.96%

R = 18.59%
G = 41.45%
B = 39.96%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#57C2BB (or 0x57C2BB) is known color: Medium Turquoise. HEX triplet: 57, C2 and BB. RGB value is (87,194,187). Sum of RGB (Red+Green+Blue) = 87+194+187=468 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.59% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #57C2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C2BB is #A83D44. Grayscale: #A1A1A1. Windows color (decimal): -11025733 or 12304983. OLE color: 12304983.

HSL color Cylindrical-coordinate representation of color #57C2BB: hue angle of 176.07º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57C2BB is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 87 194 187 -
CMYK 0.55 0 0.04 0.24
HSL 176.07º 0.47% 0.55% -
HSV(B) 176.07º 0.55% 0.76% -
XYZ 32.19 44.2 53.85 -
YUV 161.21 142.55 75.07 -
System Red Green Blue C M Y K H S L
Decimal 87 194 187 0.55 0 0.04 0.24 176.07 0.47 0.55
Hex 57 C2 BB 37 0 4 18 B0 2F 37
Octal 127 302 273 67 0 4 30 260 57 67
Binary 1010111 11000010 10111011 110111 0 100 11000 10110000 101111 110111

Color Harmonies of #57C2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57C2BB

Black with #57C2BB

Text Example


Text Example

White with #57C2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,194,187); }

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

background-color css

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

 a { background-color: rgb(87,194,187); }

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

border-color css

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

 span { border-color: rgb(87,194,187); }

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