Html Css Color HEX #57EACA Turquoise

📋 copy color: '#57EACA'

red 87 ◦ green 234 ◦ blue 202

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

Shades of Turquoise #57EACA

Tints of Turquoise #57EACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.62%

R = 16.63%
G = 44.74%
B = 38.62%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#57EACA (or 0x57EACA) is known color: Turquoise. HEX triplet: 57, EA and CA. RGB value is (87,234,202). Sum of RGB (Red+Green+Blue) = 87+234+202=523 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.63% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 234 - color contains mainly: green. Hex color #57EACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EACA is #A81535. Grayscale: #BABABA. Windows color (decimal): -11015478 or 13298263. OLE color: 13298263.

HSL color Cylindrical-coordinate representation of color #57EACA: hue angle of 166.94º 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 #57EACA is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 87 234 202 -
CMYK 0.63 0 0.14 0.08
HSL 166.94º 0.78% 0.63% -
HSV(B) 166.94º 0.63% 0.92% -
XYZ 44.01 65.14 66.13 -
YUV 186.4 136.8 57.1 -
System Red Green Blue C M Y K H S L
Decimal 87 234 202 0.63 0 0.14 0.08 166.94 0.78 0.63
Hex 57 EA CA 3F 0 E 8 A7 4E 3F
Octal 127 352 312 77 0 16 10 247 116 77
Binary 1010111 11101010 11001010 111111 0 1110 1000 10100111 1001110 111111

Color Harmonies of #57EACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EACA

Black with #57EACA

Text Example


Text Example

White with #57EACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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