Html Css Color HEX #57FAE2 Turquoise

📋 copy color: '#57FAE2'

red 87 ◦ green 250 ◦ blue 226

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

Shades of Turquoise #57FAE2

Tints of Turquoise #57FAE2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.4%

 BLUE value IS 226 (88.67% from 255) = 40.14%

R = 15.45%
G = 44.4%
B = 40.14%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#57FAE2 (or 0x57FAE2) is known color: Turquoise. HEX triplet: 57, FA and E2. RGB value is (87,250,226). Sum of RGB (Red+Green+Blue) = 87+250+226=563 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.45% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 226 (88.67% from 255 or 40.14% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #57FAE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FAE2 is #A8051D. Grayscale: #C6C6C6. Windows color (decimal): -11011358 or 14875223. OLE color: 14875223.

HSL color Cylindrical-coordinate representation of color #57FAE2: hue angle of 171.17º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57FAE2 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 250 226 -
CMYK 0.65 0 0.10 0.02
HSL 171.17º 0.94% 0.66% -
HSV(B) 171.17º 0.65% 0.98% -
XYZ 51.84 75.89 83.87 -
YUV 198.53 143.5 48.45 -
System Red Green Blue C M Y K H S L
Decimal 87 250 226 0.65 0 0.10 0.02 171.17 0.94 0.66
Hex 57 FA E2 41 0 A 2 AB 5E 42
Octal 127 372 342 101 0 12 2 253 136 102
Binary 1010111 11111010 11100010 1000001 0 1010 10 10101011 1011110 1000010

Color Harmonies of #57FAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57FAE2

Black with #57FAE2

Text Example


Text Example

White with #57FAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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