Html Css Color HEX #57C8BE Medium Turquoise

📋 copy color: '#57C8BE'

red 87 ◦ green 200 ◦ blue 190

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

Shades of Medium Turquoise #57C8BE

Tints of Medium Turquoise #57C8BE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.93%

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

R = 18.24%
G = 41.93%
B = 39.83%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#57C8BE (or 0x57C8BE) is known color: Medium Turquoise. HEX triplet: 57, C8 and BE. RGB value is (87,200,190). Sum of RGB (Red+Green+Blue) = 87+200+190=477 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.24% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 200 - color contains mainly: green. Hex color #57C8BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C8BE is #A83741. Grayscale: #A5A5A5. Windows color (decimal): -11024194 or 12503127. OLE color: 12503127.

HSL color Cylindrical-coordinate representation of color #57C8BE: hue angle of 174.69º degrees, saturation: 0.51, 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 #57C8BE is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 87 200 190 -
CMYK 0.56 0 0.05 0.22
HSL 174.69º 0.51% 0.56% -
HSV(B) 174.69º 0.57% 0.78% -
XYZ 33.88 47.05 56.01 -
YUV 165.07 142.06 72.31 -
System Red Green Blue C M Y K H S L
Decimal 87 200 190 0.56 0 0.05 0.22 174.69 0.51 0.56
Hex 57 C8 BE 38 0 5 16 AF 33 38
Octal 127 310 276 70 0 5 26 257 63 70
Binary 1010111 11001000 10111110 111000 0 101 10110 10101111 110011 111000

Color Harmonies of #57C8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57C8BE

Black with #57C8BE

Text Example


Text Example

White with #57C8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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