Html Css Color HEX #57EADE Turquoise

📋 copy color: '#57EADE'

red 87 ◦ green 234 ◦ blue 222

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

Shades of Turquoise #57EADE

Tints of Turquoise #57EADE

RGB

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

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

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

R = 16.02%
G = 43.09%
B = 40.88%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#57EADE (or 0x57EADE) is known color: Turquoise. HEX triplet: 57, EA and DE. RGB value is (87,234,222). Sum of RGB (Red+Green+Blue) = 87+234+222=543 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.02% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #57EADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EADE is #A81521. Grayscale: #BCBCBC. Windows color (decimal): -11015458 or 14608983. OLE color: 14608983.

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

Color convert

RGB 87 234 222 -
CMYK 0.63 0 0.05 0.08
HSL 175.1º 0.78% 0.63% -
HSV(B) 175.1º 0.63% 0.92% -
XYZ 46.54 66.15 79.42 -
YUV 188.68 146.8 55.48 -
System Red Green Blue C M Y K H S L
Decimal 87 234 222 0.63 0 0.05 0.08 175.1 0.78 0.63
Hex 57 EA DE 3F 0 5 8 AF 4E 3F
Octal 127 352 336 77 0 5 10 257 116 77
Binary 1010111 11101010 11011110 111111 0 101 1000 10101111 1001110 111111

Color Harmonies of #57EADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EADE

Black with #57EADE

Text Example


Text Example

White with #57EADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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