Html Css Color HEX #57C6BE Medium Turquoise

📋 copy color: '#57C6BE'

red 87 ◦ green 198 ◦ blue 190

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

Shades of Medium Turquoise #57C6BE

Tints of Medium Turquoise #57C6BE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.68%

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

R = 18.32%
G = 41.68%
B = 40%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#57C6BE (or 0x57C6BE) is known color: Medium Turquoise. HEX triplet: 57, C6 and BE. RGB value is (87,198,190). Sum of RGB (Red+Green+Blue) = 87+198+190=475 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.32% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 198 - color contains mainly: green. Hex color #57C6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C6BE is #A83941. Grayscale: #A3A3A3. Windows color (decimal): -11024706 or 12502615. OLE color: 12502615.

HSL color Cylindrical-coordinate representation of color #57C6BE: hue angle of 175.68º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57C6BE is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 87 198 190 -
CMYK 0.56 0 0.04 0.22
HSL 175.68º 0.49% 0.56% -
HSV(B) 175.68º 0.56% 0.78% -
XYZ 33.42 46.13 55.86 -
YUV 163.9 142.73 73.15 -
System Red Green Blue C M Y K H S L
Decimal 87 198 190 0.56 0 0.04 0.22 175.68 0.49 0.56
Hex 57 C6 BE 38 0 4 16 B0 31 38
Octal 127 306 276 70 0 4 26 260 61 70
Binary 1010111 11000110 10111110 111000 0 100 10110 10110000 110001 111000

Color Harmonies of #57C6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57C6BE

Black with #57C6BE

Text Example


Text Example

White with #57C6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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