Html Css Color HEX #57EABF Turquoise

📋 copy color: '#57EABF'

red 87 ◦ green 234 ◦ blue 191

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

Shades of Turquoise #57EABF

Tints of Turquoise #57EABF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.7%

 BLUE value IS 191 (75% from 255) = 37.3%

R = 16.99%
G = 45.7%
B = 37.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#57EABF (or 0x57EABF) is known color: Turquoise. HEX triplet: 57, EA and BF. RGB value is (87,234,191). Sum of RGB (Red+Green+Blue) = 87+234+191=512 (67% of max value = 765). Red value is 87 (34.38% from 255 or 16.99% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #57EABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EABF is #A81540. Grayscale: #B9B9B9. Windows color (decimal): -11015489 or 12577367. OLE color: 12577367.

HSL color Cylindrical-coordinate representation of color #57EABF: hue angle of 162.45º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57EABF is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 87 234 191 -
CMYK 0.63 0 0.18 0.08
HSL 162.45º 0.78% 0.63% -
HSV(B) 162.45º 0.63% 0.92% -
XYZ 42.76 64.63 59.51 -
YUV 185.15 131.3 58 -
System Red Green Blue C M Y K H S L
Decimal 87 234 191 0.63 0 0.18 0.08 162.45 0.78 0.63
Hex 57 EA BF 3F 0 12 8 A2 4E 3F
Octal 127 352 277 77 0 22 10 242 116 77
Binary 1010111 11101010 10111111 111111 0 10010 1000 10100010 1001110 111111

Color Harmonies of #57EABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EABF

Black with #57EABF

Text Example


Text Example

White with #57EABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,234,191); }

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

background-color css

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

 a { background-color: rgb(87,234,191); }

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

border-color css

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

 span { border-color: rgb(87,234,191); }

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