Html Css Color HEX #57EACF Turquoise

📋 copy color: '#57EACF'

red 87 ◦ green 234 ◦ blue 207

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

Shades of Turquoise #57EACF

Tints of Turquoise #57EACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.2%

R = 16.48%
G = 44.32%
B = 39.2%

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

#57EACF (or 0x57EACF) is known color: Turquoise. HEX triplet: 57, EA and CF. RGB value is (87,234,207). Sum of RGB (Red+Green+Blue) = 87+234+207=528 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.48% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 234 - color contains mainly: green. Hex color #57EACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EACF is #A81530. Grayscale: #BABABA. Windows color (decimal): -11015473 or 13625943. OLE color: 13625943.

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

Color convert

RGB 87 234 207 -
CMYK 0.63 0 0.12 0.08
HSL 168.98º 0.78% 0.63% -
HSV(B) 168.98º 0.63% 0.92% -
XYZ 44.62 65.38 69.3 -
YUV 186.97 139.3 56.7 -
System Red Green Blue C M Y K H S L
Decimal 87 234 207 0.63 0 0.12 0.08 168.98 0.78 0.63
Hex 57 EA CF 3F 0 C 8 A9 4E 3F
Octal 127 352 317 77 0 14 10 251 116 77
Binary 1010111 11101010 11001111 111111 0 1100 1000 10101001 1001110 111111

Color Harmonies of #57EACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EACF

Black with #57EACF

Text Example


Text Example

White with #57EACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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