Html Css Color HEX #57EACD Turquoise

📋 copy color: '#57EACD'

red 87 ◦ green 234 ◦ blue 205

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

Shades of Turquoise #57EACD

Tints of Turquoise #57EACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.97%

R = 16.54%
G = 44.49%
B = 38.97%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#57EACD (or 0x57EACD) is known color: Turquoise. HEX triplet: 57, EA and CD. RGB value is (87,234,205). Sum of RGB (Red+Green+Blue) = 87+234+205=526 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.54% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #57EACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EACD is #A81532. Grayscale: #BABABA. Windows color (decimal): -11015475 or 13494871. OLE color: 13494871.

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

Color convert

RGB 87 234 205 -
CMYK 0.63 0 0.12 0.08
HSL 168.16º 0.78% 0.63% -
HSV(B) 168.16º 0.63% 0.92% -
XYZ 44.37 65.28 68.02 -
YUV 186.74 138.3 56.86 -
System Red Green Blue C M Y K H S L
Decimal 87 234 205 0.63 0 0.12 0.08 168.16 0.78 0.63
Hex 57 EA CD 3F 0 C 8 A8 4E 3F
Octal 127 352 315 77 0 14 10 250 116 77
Binary 1010111 11101010 11001101 111111 0 1100 1000 10101000 1001110 111111

Color Harmonies of #57EACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EACD

Black with #57EACD

Text Example


Text Example

White with #57EACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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