Html Css Color HEX #57C0BE Medium Turquoise

📋 copy color: '#57C0BE'

red 87 ◦ green 192 ◦ blue 190

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

Shades of Medium Turquoise #57C0BE

Tints of Medium Turquoise #57C0BE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.94%

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

R = 18.55%
G = 40.94%
B = 40.51%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#57C0BE (or 0x57C0BE) is known color: Medium Turquoise. HEX triplet: 57, C0 and BE. RGB value is (87,192,190). Sum of RGB (Red+Green+Blue) = 87+192+190=469 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.55% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #57C0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C0BE is #A83F41. Grayscale: #A0A0A0. Windows color (decimal): -11026242 or 12501079. OLE color: 12501079.

HSL color Cylindrical-coordinate representation of color #57C0BE: hue angle of 178.86º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57C0BE is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 192 190 -
CMYK 0.55 0 0.01 0.25
HSL 178.86º 0.45% 0.55% -
HSV(B) 178.86º 0.55% 0.75% -
XYZ 32.07 43.44 55.41 -
YUV 160.38 144.71 75.66 -
System Red Green Blue C M Y K H S L
Decimal 87 192 190 0.55 0 0.01 0.25 178.86 0.45 0.55
Hex 57 C0 BE 37 0 1 19 B3 2D 37
Octal 127 300 276 67 0 1 31 263 55 67
Binary 1010111 11000000 10111110 110111 0 1 11001 10110011 101101 110111

Color Harmonies of #57C0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57C0BE

Black with #57C0BE

Text Example


Text Example

White with #57C0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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