Html Css Color HEX #57E2C2 Turquoise

📋 copy color: '#57E2C2'

red 87 ◦ green 226 ◦ blue 194

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

Shades of Turquoise #57E2C2

Tints of Turquoise #57E2C2

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.58%

 BLUE value IS 194 (76.17% from 255) = 38.26%

R = 17.16%
G = 44.58%
B = 38.26%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#57E2C2 (or 0x57E2C2) is known color: Turquoise. HEX triplet: 57, E2 and C2. RGB value is (87,226,194). Sum of RGB (Red+Green+Blue) = 87+226+194=507 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.16% from 507); Green value is 226 (88.67% from 255 or 44.58% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 226 - color contains mainly: green. Hex color #57E2C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E2C2 is #A81D3D. Grayscale: #B4B4B4. Windows color (decimal): -11017534 or 12771927. OLE color: 12771927.

HSL color Cylindrical-coordinate representation of color #57E2C2: hue angle of 166.19º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57E2C2 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 87 226 194 -
CMYK 0.62 0 0.14 0.11
HSL 166.19º 0.71% 0.61% -
HSV(B) 166.19º 0.62% 0.89% -
XYZ 40.86 60.31 60.53 -
YUV 180.79 135.45 61.1 -
System Red Green Blue C M Y K H S L
Decimal 87 226 194 0.62 0 0.14 0.11 166.19 0.71 0.61
Hex 57 E2 C2 3E 0 E B A6 47 3D
Octal 127 342 302 76 0 16 13 246 107 75
Binary 1010111 11100010 11000010 111110 0 1110 1011 10100110 1000111 111101

Color Harmonies of #57E2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E2C2

Black with #57E2C2

Text Example


Text Example

White with #57E2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,226,194); }

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

background-color css

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

 a { background-color: rgb(87,226,194); }

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

border-color css

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

 span { border-color: rgb(87,226,194); }

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