Html Css Color HEX #57FADE Turquoise

📋 copy color: '#57FADE'

red 87 ◦ green 250 ◦ blue 222

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

Shades of Turquoise #57FADE

Tints of Turquoise #57FADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.71%

R = 15.56%
G = 44.72%
B = 39.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#57FADE (or 0x57FADE) is known color: Turquoise. HEX triplet: 57, FA and DE. RGB value is (87,250,222). Sum of RGB (Red+Green+Blue) = 87+250+222=559 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.56% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #57FADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FADE is #A80521. Grayscale: #C6C6C6. Windows color (decimal): -11011362 or 14613079. OLE color: 14613079.

HSL color Cylindrical-coordinate representation of color #57FADE: hue angle of 169.69º 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 #57FADE is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 250 222 -
CMYK 0.65 0 0.11 0.02
HSL 169.69º 0.94% 0.66% -
HSV(B) 169.69º 0.65% 0.98% -
XYZ 51.3 75.67 81.01 -
YUV 198.07 141.5 48.78 -
System Red Green Blue C M Y K H S L
Decimal 87 250 222 0.65 0 0.11 0.02 169.69 0.94 0.66
Hex 57 FA DE 41 0 B 2 AA 5E 42
Octal 127 372 336 101 0 13 2 252 136 102
Binary 1010111 11111010 11011110 1000001 0 1011 10 10101010 1011110 1000010

Color Harmonies of #57FADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57FADE

Black with #57FADE

Text Example


Text Example

White with #57FADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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