Html Css Color HEX #57E6C2 Turquoise

📋 copy color: '#57E6C2'

red 87 ◦ green 230 ◦ blue 194

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

Shades of Turquoise #57E6C2

Tints of Turquoise #57E6C2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.01%

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

R = 17.03%
G = 45.01%
B = 37.96%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#57E6C2 (or 0x57E6C2) is known color: Turquoise. HEX triplet: 57, E6 and C2. RGB value is (87,230,194). Sum of RGB (Red+Green+Blue) = 87+230+194=511 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.03% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 230 - color contains mainly: green. Hex color #57E6C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57E6C2 is #A8193D. Grayscale: #B7B7B7. Windows color (decimal): -11016510 or 12772951. OLE color: 12772951.

HSL color Cylindrical-coordinate representation of color #57E6C2: hue angle of 164.9º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57E6C2 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 87 230 194 -
CMYK 0.62 0 0.16 0.10
HSL 164.9º 0.74% 0.62% -
HSV(B) 164.9º 0.62% 0.9% -
XYZ 41.96 62.51 60.89 -
YUV 183.14 134.12 59.43 -
System Red Green Blue C M Y K H S L
Decimal 87 230 194 0.62 0 0.16 0.10 164.9 0.74 0.62
Hex 57 E6 C2 3E 0 10 A A5 4A 3E
Octal 127 346 302 76 0 20 12 245 112 76
Binary 1010111 11100110 11000010 111110 0 10000 1010 10100101 1001010 111110

Color Harmonies of #57E6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E6C2

Black with #57E6C2

Text Example


Text Example

White with #57E6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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