Html Css Color HEX #57D7C3 Medium Turquoise

📋 copy color: '#57D7C3'

red 87 ◦ green 215 ◦ blue 195

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

Shades of Medium Turquoise #57D7C3

Tints of Medium Turquoise #57D7C3

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.26%

 BLUE value IS 195 (76.56% from 255) = 39.24%

R = 17.51%
G = 43.26%
B = 39.24%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#57D7C3 (or 0x57D7C3) is known color: Medium Turquoise. HEX triplet: 57, D7 and C3. RGB value is (87,215,195). Sum of RGB (Red+Green+Blue) = 87+215+195=497 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.51% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #57D7C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D7C3 is #A8283C. Grayscale: #AEAEAE. Windows color (decimal): -11020349 or 12834647. OLE color: 12834647.

HSL color Cylindrical-coordinate representation of color #57D7C3: hue angle of 170.62º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57D7C3 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 87 215 195 -
CMYK 0.60 0 0.09 0.16
HSL 170.63º 0.62% 0.59% -
HSV(B) 170.63º 0.6% 0.84% -
XYZ 38.08 54.57 60.16 -
YUV 174.45 139.59 65.63 -
System Red Green Blue C M Y K H S L
Decimal 87 215 195 0.60 0 0.09 0.16 170.63 0.62 0.59
Hex 57 D7 C3 3C 0 9 10 AB 3E 3B
Octal 127 327 303 74 0 11 20 253 76 73
Binary 1010111 11010111 11000011 111100 0 1001 10000 10101011 111110 111011

Color Harmonies of #57D7C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D7C3

Black with #57D7C3

Text Example


Text Example

White with #57D7C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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