Html Css Color HEX #57C3BE Medium Turquoise

📋 copy color: '#57C3BE'

red 87 ◦ green 195 ◦ blue 190

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

Shades of Medium Turquoise #57C3BE

Tints of Medium Turquoise #57C3BE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.31%

 BLUE value IS 190 (74.61% from 255) = 40.25%

R = 18.43%
G = 41.31%
B = 40.25%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#57C3BE (or 0x57C3BE) is known color: Medium Turquoise. HEX triplet: 57, C3 and BE. RGB value is (87,195,190). Sum of RGB (Red+Green+Blue) = 87+195+190=472 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.43% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #57C3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C3BE is #A83C41. Grayscale: #A2A2A2. Windows color (decimal): -11025474 or 12501847. OLE color: 12501847.

HSL color Cylindrical-coordinate representation of color #57C3BE: hue angle of 177.22º 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 #57C3BE is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 87 195 190 -
CMYK 0.55 0 0.03 0.24
HSL 177.22º 0.47% 0.55% -
HSV(B) 177.22º 0.55% 0.76% -
XYZ 32.74 44.77 55.63 -
YUV 162.14 143.72 74.41 -
System Red Green Blue C M Y K H S L
Decimal 87 195 190 0.55 0 0.03 0.24 177.22 0.47 0.55
Hex 57 C3 BE 37 0 3 18 B1 2F 37
Octal 127 303 276 67 0 3 30 261 57 67
Binary 1010111 11000011 10111110 110111 0 11 11000 10110001 101111 110111

Color Harmonies of #57C3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57C3BE

Black with #57C3BE

Text Example


Text Example

White with #57C3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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