Html Css Color HEX #57E1C5 Turquoise

📋 copy color: '#57E1C5'

red 87 ◦ green 225 ◦ blue 197

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

Shades of Turquoise #57E1C5

Tints of Turquoise #57E1C5

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.2%

 BLUE value IS 197 (77.34% from 255) = 38.7%

R = 17.09%
G = 44.2%
B = 38.7%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#57E1C5 (or 0x57E1C5) is known color: Turquoise. HEX triplet: 57, E1 and C5. RGB value is (87,225,197). Sum of RGB (Red+Green+Blue) = 87+225+197=509 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.09% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 197 (77.34% from 255 or 38.70% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #57E1C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E1C5 is #A81E3A. Grayscale: #B4B4B4. Windows color (decimal): -11017787 or 12968279. OLE color: 12968279.

HSL color Cylindrical-coordinate representation of color #57E1C5: hue angle of 167.83º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57E1C5 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 87 225 197 -
CMYK 0.61 0 0.12 0.12
HSL 167.83º 0.7% 0.61% -
HSV(B) 167.83º 0.61% 0.88% -
XYZ 40.93 59.91 62.23 -
YUV 180.55 137.28 61.28 -
System Red Green Blue C M Y K H S L
Decimal 87 225 197 0.61 0 0.12 0.12 167.83 0.7 0.61
Hex 57 E1 C5 3D 0 C C A8 46 3D
Octal 127 341 305 75 0 14 14 250 106 75
Binary 1010111 11100001 11000101 111101 0 1100 1100 10101000 1000110 111101

Color Harmonies of #57E1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E1C5

Black with #57E1C5

Text Example


Text Example

White with #57E1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,225,197); }

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

background-color css

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

 a { background-color: rgb(87,225,197); }

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

border-color css

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

 span { border-color: rgb(87,225,197); }

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