Html Css Color HEX #57EADA Turquoise

📋 copy color: '#57EADA'

red 87 ◦ green 234 ◦ blue 218

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

Shades of Turquoise #57EADA

Tints of Turquoise #57EADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.45%

R = 16.14%
G = 43.41%
B = 40.45%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#57EADA (or 0x57EADA) is known color: Turquoise. HEX triplet: 57, EA and DA. RGB value is (87,234,218). Sum of RGB (Red+Green+Blue) = 87+234+218=539 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.14% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #57EADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EADA is #A81525. Grayscale: #BCBCBC. Windows color (decimal): -11015462 or 14346839. OLE color: 14346839.

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

Color convert

RGB 87 234 218 -
CMYK 0.63 0 0.07 0.08
HSL 173.47º 0.78% 0.63% -
HSV(B) 173.47º 0.63% 0.92% -
XYZ 46.01 65.93 76.63 -
YUV 188.22 144.8 55.8 -
System Red Green Blue C M Y K H S L
Decimal 87 234 218 0.63 0 0.07 0.08 173.47 0.78 0.63
Hex 57 EA DA 3F 0 7 8 AD 4E 3F
Octal 127 352 332 77 0 7 10 255 116 77
Binary 1010111 11101010 11011010 111111 0 111 1000 10101101 1001110 111111

Color Harmonies of #57EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EADA

Black with #57EADA

Text Example


Text Example

White with #57EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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